system_out_제거
This commit is contained in:
@@ -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 로그 추가 끝 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user