mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
remove debug log
This commit is contained in:
parent
5c4b32a464
commit
fa45bb55b2
1 changed files with 0 additions and 1 deletions
|
|
@ -219,7 +219,6 @@ public class InterpreterRestApiTest extends AbstractTestRestApi {
|
|||
}
|
||||
|
||||
String jsonRequest = "{\"noteId\":\"" + note.getId() + "\"}";
|
||||
LOG.info("=========>{}", jsonRequest);
|
||||
|
||||
// Restart isolated mode of Interpreter for note.
|
||||
mdIntpSetting.getOption().setPerNoteProcess(true);
|
||||
|
|
|
|||
Loading…
Reference in a new issue