удаление отладочной печати сравнения и не только
This commit is contained in:
@@ -28,7 +28,6 @@ public class PingTestingServer extends TestingSystemPass {
|
||||
Throwable cause = getCauseRec(ex);
|
||||
if ((cause instanceof ConnectException) && cause.getMessage().contains("Connection refused: connect")) {
|
||||
//так как это пинг, игнорируем.
|
||||
System.out.println("Server inactive");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user