system_out_제거
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user