Remove some debugs
This commit is contained in:
parent
6ee7e51af3
commit
5e4f212b84
1 changed files with 0 additions and 3 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue