[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

@@ -382,8 +382,6 @@ void TaskSectionView::scaleTypeChanged(int index)
}
}
else {
Base::Console().Log("Error - TaskSectionView::scaleTypeChanged - unknown scale type: %d\n",
index);
return;
}
}