Skip to content

Commit 8fa4f31

Browse files
committed
Clean up. Closes #1664
1 parent 4da9f53 commit 8fa4f31

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/Interface/Application/ModuleWidget.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,11 +1180,8 @@ void ModuleWidget::makeOptionsDialog()
11801180

11811181
if (highResolutionExpandFactor_ > 1 && !isViewScene_)
11821182
{
1183-
//qDebug() << "expand factor for dialogs:" << highResolutionExpandFactor_;
1184-
//qDebug() << dialog_->size();
11851183
dialog_->setFixedHeight(dialog_->size().height() * highResolutionExpandFactor_);
11861184
dialog_->setFixedWidth(dialog_->size().width() * (((highResolutionExpandFactor_ - 1) * 0.5) + 1));
1187-
//qDebug() << dialog_->size();
11881185
}
11891186

11901187
if (highResolutionExpandFactor_ > 1 && isViewScene_)

src/Interface/Application/SCIRunMainWindow.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,8 +1681,6 @@ void SCIRunMainWindow::resetWindowLayout()
16811681
moduleSelectorDockWidget_->show();
16821682
moduleSelectorDockWidget_->setFloating(false);
16831683
addDockWidget(Qt::LeftDockWidgetArea, moduleSelectorDockWidget_);
1684-
1685-
qDebug() << "TODO: toolbars";
16861684
}
16871685

16881686
void SCIRunMainWindow::hideNonfunctioningWidgets()
@@ -1996,7 +1994,6 @@ void SCIRunMainWindow::showStatusMessage(const QString& str, int timeInMsec)
19961994

19971995
void SCIRunMainWindow::showExtendedDataInfo()
19981996
{
1999-
qDebug() << "showExtendedDataInfo";
20001997
}
20011998

20021999
void SCIRunMainWindow::toggleMetadataLayer(bool toggle)

0 commit comments

Comments
 (0)