불필요한 로그 제거
This commit is contained in:
+1
-1
@@ -684,7 +684,7 @@ public class LayoutSyncController extends OnlBaseAnnotationController implements
|
|||||||
JSONObject json = (JSONObject) JSONValue.parse(new InputStreamReader(sis, "EUC-KR"));
|
JSONObject json = (JSONObject) JSONValue.parse(new InputStreamReader(sis, "EUC-KR"));
|
||||||
|
|
||||||
// JJB 향후제거 shkim 2020-05-13 연계 테스트 체크
|
// JJB 향후제거 shkim 2020-05-13 연계 테스트 체크
|
||||||
logger.error("\n\n MMI SYNC Request : " + json.toString());
|
//logger.error("\n\n MMI SYNC Request : " + json.toString());
|
||||||
|
|
||||||
// log 기록
|
// log 기록
|
||||||
byte[] arg = new byte[request.getContentLength()];
|
byte[] arg = new byte[request.getContentLength()];
|
||||||
|
|||||||
Reference in New Issue
Block a user