Skip to content

Commit 6fcc40a

Browse files
committed
Update ModuleWidget.cc
1 parent e1823a1 commit 6fcc40a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Interface/Application/ModuleWidget.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,6 @@ void ModuleWidget::stopButtonPushed()
15011501
auto stoppable = boost::dynamic_pointer_cast<SCIRun::Core::Thread::Stoppable>(theModule_);
15021502
if (stoppable)
15031503
stoppable->sendStopRequest();
1504-
qDebug() << "TODO: theModule_->stop();";
15051504
}
15061505

15071506
void ModuleWidget::movePortWidgets(int oldIndex, int newIndex)

0 commit comments

Comments
 (0)