remove debug log

This commit is contained in:
astroshim 2016-09-27 22:05:51 +09:00
parent 5c4b32a464
commit fa45bb55b2

View file

@ -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);