불필요한 로그 제거

This commit is contained in:
eastargh
2026-08-14 17:01:40 +09:00
parent 0e616bc995
commit a19f65a660
@@ -684,7 +684,7 @@ public class LayoutSyncController extends OnlBaseAnnotationController implements
JSONObject json = (JSONObject) JSONValue.parse(new InputStreamReader(sis, "EUC-KR"));
// JJB 향후제거 shkim 2020-05-13 연계 테스트 체크
logger.error("\n\n MMI SYNC Request : " + json.toString());
//logger.error("\n\n MMI SYNC Request : " + json.toString());
// log 기록
byte[] arg = new byte[request.getContentLength()];