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 1eb9587 commit 50b8a3aCopy full SHA for 50b8a3a
src/Interface/Application/ModuleLogWindow.cc
@@ -85,7 +85,7 @@ void ModuleLogWindow::popupMessageBox(const QString& message)
85
}
86
87
//TODO: need another limit on these?
88
- displayer_->displayError(errorText);
+ //displayer_->displayError(errorText);
89
90
91
ModuleLogger::ModuleLogger(ModuleLogWindow* window) : moduleName_(window->name().toStdString())
0 commit comments