[TD]simplify section hatch file handling

This commit is contained in:
wandererfan
2022-11-09 15:23:00 -05:00
committed by WandererFan
parent ecac894248
commit edf7d93188
3 changed files with 26 additions and 99 deletions

View File

@@ -208,7 +208,7 @@ void TaskHatch::createHatch()
void TaskHatch::updateHatch()
{
Base::Console().Message("TH::updateHatch()\n");
// Base::Console().Message("TH::updateHatch()\n");
std::string FeatName = m_hatch->getNameInDocument();
Command::openCommand(QT_TRANSLATE_NOOP("Command", "Update Hatch"));