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
@@ -358,7 +358,7 @@ public class C2RFCProcess extends Process {
if (this.callProp != null) {
String mode = this.callProp.getProperty(EAIKeys.CALL_MODE_KEY);
if (mode != null && EAIKeys.CALL_MODE_WARMUP.equals(mode)) {
System.out.println(guidLogPrefix + " Warming Up Called");
// System.out.println(guidLogPrefix + " Warming Up Called");
return false;
} else {
return true;