From 5e4f212b846cd3eb4ce56a2823a9191d221d487c Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 27 Nov 2015 23:25:24 +0000 Subject: [PATCH] Remove some debugs --- src/GUI/QtLauncher.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/GUI/QtLauncher.cxx b/src/GUI/QtLauncher.cxx index 121b79d0e..d9a226da8 100644 --- a/src/GUI/QtLauncher.cxx +++ b/src/GUI/QtLauncher.cxx @@ -609,7 +609,6 @@ void QtLauncher::saveSettings() settings.setValue("additional-args", m_ui->commandLineArgs->toPlainText()); m_ui->location->saveSettings(); - qDebug() << "saving settings"; } void QtLauncher::setEnableDisableOptionFromCheckbox(QCheckBox* cbox, QString name) const @@ -637,7 +636,6 @@ void QtLauncher::onRun() bool startPaused = m_ui->startPausedCheck->isChecked() || m_ui->location->shouldStartPaused(); if (startPaused) { - qDebug() << "will start paused"; opt->addOption("enable-freeze", ""); } @@ -707,7 +705,6 @@ void QtLauncher::onRun() } } - qDebug() << "Download dir is:" << downloadDir; opt->addOption("download-dir", downloadDir.toStdString()); } -- 2.39.5