no message
This commit is contained in:
@@ -5,7 +5,6 @@ import Common.Visual.CommonUI;
|
||||
import Common_old.Current;
|
||||
import GlobalData.GlobalDatabase;
|
||||
import _VisualDVM.Global;
|
||||
import Common_old.UI.DebugPrintLevel;
|
||||
import Common_old.UI.Menus_2023.PassButton;
|
||||
import Common_old.UI.Menus_2023.PassControl;
|
||||
import Common_old.UI.Menus_2023.StablePassMenuItem;
|
||||
@@ -295,7 +294,7 @@ public class Pass_2021<T> {
|
||||
target = null;
|
||||
Log = new TextLog();
|
||||
if (!getDescription().isEmpty())
|
||||
CommonUtils.MainLog.Print(DebugPrintLevel.Passes, getDescription() + " стартует..");
|
||||
CommonUtils.MainLog.Print(getDescription() + " стартует..");
|
||||
timer.Start();
|
||||
//------------------------------->
|
||||
try {
|
||||
@@ -382,7 +381,7 @@ public class Pass_2021<T> {
|
||||
//------------------------------->
|
||||
timer.Stop();
|
||||
if (!getDescription().isEmpty()) {
|
||||
CommonUtils.MainLog.Print(DebugPrintLevel.Passes,
|
||||
CommonUtils.MainLog.Print(
|
||||
getDescription() +
|
||||
" окончен за " + timer.Print() +
|
||||
" состояние " + CommonUtils.Brackets(state.getDescription())
|
||||
|
||||
Reference in New Issue
Block a user