system_out_제거

This commit is contained in:
cho
2026-03-03 14:09:55 +09:00
parent dfcec99576
commit 8b72299689
42 changed files with 173 additions and 172 deletions
@@ -393,7 +393,7 @@ public class WCASessionThread implements Runnable {
myLog.logMsg(MyLog.WARN, "myLog Path : " + sMyLogPath);
}
catch(Exception ignore) {
System.out.println("WCASessionThread> Exception Msg = " + ignore.toString());
// System.out.println("WCASessionThread> Exception Msg = " + ignore.toString());
}
/* 20080523 End */
}
@@ -739,7 +739,7 @@ public class WCASessionThread implements Runnable {
}
}
catch (Exception ignore) {
System.out.println("WCASessionThread:run> Exception Msg = " + ignore.toString());
// System.out.println("WCASessionThread:run> Exception Msg = " + ignore.toString());
}
/* 20080523 SMS 로그 추가 끝 */
}