удаление отладочной печати сравнения и не только
This commit is contained in:
@@ -10,7 +10,6 @@ public class ConnectionPass<T> extends Pass_2021<T> {
|
||||
protected void Connect() throws Exception{
|
||||
user.connection = null;
|
||||
user.connection = new UserConnection(machine, user);
|
||||
System.out.println("Соединение c " + machine.getURL() + " " + user.login + " успешно установлено.");
|
||||
}
|
||||
void Disconnect(){
|
||||
if (user.connection!=null){
|
||||
|
||||
Reference in New Issue
Block a user