no message

This commit is contained in:
2023-09-30 00:39:13 +03:00
parent 72c48fa62f
commit 846dc71802
3 changed files with 5 additions and 13 deletions

View File

@@ -357,7 +357,9 @@ public class Global {
};
Log.ClearLog();
SapforTestingPlanner planner = new SapforTestingPlanner();
//planner.Start();
planner.Start();
System.out.println("Press any key to exit...");
System.in.read();
}
//---
public static void Init(String... args) {