[TD]remove obsolete log messages

This commit is contained in:
wandererfan
2023-01-08 20:08:55 -05:00
committed by WandererFan
parent 0680121bd1
commit 437457e996
35 changed files with 406 additions and 535 deletions

View File

@@ -309,7 +309,6 @@ void TaskCenterLine::createCenterLine()
}
if (!cl) {
Base::Console().Log("TCL::createCenterLine - CenterLine creation failed!\n");
Gui::Command::abortCommand();
return;
}