We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1823a1 commit 6fcc40aCopy full SHA for 6fcc40a
src/Interface/Application/ModuleWidget.cc
@@ -1501,7 +1501,6 @@ void ModuleWidget::stopButtonPushed()
1501
auto stoppable = boost::dynamic_pointer_cast<SCIRun::Core::Thread::Stoppable>(theModule_);
1502
if (stoppable)
1503
stoppable->sendStopRequest();
1504
- qDebug() << "TODO: theModule_->stop();";
1505
}
1506
1507
void ModuleWidget::movePortWidgets(int oldIndex, int newIndex)
0 commit comments