удаление отладочной печати сравнения и не только
This commit is contained in:
@@ -94,10 +94,8 @@ public class ResurrectComponentFromServer extends CurrentComponentPass {
|
||||
}
|
||||
@Override
|
||||
protected void ServerAction() throws Exception {
|
||||
System.out.println(remoteFile.full_name);
|
||||
Command(new ServerExchangeUnit_2021(ServerCode.ReceiveFile, remoteFile.full_name));
|
||||
localFile = Utils.getTempFileName(remoteFile.name);
|
||||
System.out.println(response.object);
|
||||
response.Unpack(localFile);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user