удаление отладочной печати сравнения и не только
This commit is contained in:
@@ -30,7 +30,6 @@ public class RemoteCompilationSupervisor extends RemoteTaskSupervisor<Compilatio
|
||||
@Override
|
||||
protected void StartTask() throws Exception {
|
||||
task.PID = pass.user.connection.startShellProcess(getRemoteProject(), "PID",getStartCommand());
|
||||
System.out.println("PID="+Utils.Brackets(task.PID));
|
||||
task.state = TaskState.Running;
|
||||
}
|
||||
@Override
|
||||
|
||||
@@ -83,7 +83,6 @@ public abstract class RemoteTaskSupervisor<T extends Task> extends TaskSuperviso
|
||||
Utils.DQuotes(getCoupDeGrace()),
|
||||
task.getFullCommand()
|
||||
);
|
||||
System.out.println(res);
|
||||
return res;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,6 @@ public class ServerRunSupervisor extends RemoteTaskSupervisor<RunTask> {
|
||||
//--
|
||||
task.PID = pass.user.connection.startShellProcess(getRemoteProject(),"PID",
|
||||
"ulimit -s unlimited", res);
|
||||
System.out.println("PID="+Utils.Brackets(task.PID));
|
||||
task.state = TaskState.Running;
|
||||
}
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user