no message

This commit is contained in:
2024-09-11 17:00:36 +03:00
parent 151572fd82
commit 4da2187f42
8 changed files with 102 additions and 41 deletions

View File

@@ -181,7 +181,7 @@ public class AddTasksToDVMPackage extends Pass_2021<DVMPackage> {
target.tasksCount += tasks_count;
Global.testingServer.db.Update(target);
//--
target.printCGT();
// target.printCGT();
}
@Override
protected void showDone() throws Exception {