Remove some debugs.
This commit is contained in:
parent
97a5e15aaf
commit
1010caeaf6
2 changed files with 0 additions and 5 deletions
|
@ -600,7 +600,6 @@ void LocationWidget::onSearch()
|
|||
|
||||
if (m_searchModel->isSearchActive()) {
|
||||
m_ui->searchStatusText->setText(QString("Searching for '%1'").arg(search));
|
||||
qDebug() << "setting icon visible";
|
||||
m_ui->searchIcon->setVisible(true);
|
||||
m_ui->searchIcon->movie()->start();
|
||||
} else if (m_searchModel->rowCount(QModelIndex()) == 1) {
|
||||
|
|
|
@ -593,9 +593,7 @@ void QtLauncher::restoreSettings()
|
|||
|
||||
if (!m_recentAircraft.empty()) {
|
||||
m_selectedAircraft = m_recentAircraft.front();
|
||||
qDebug() << "restoring aircraft" << m_selectedAircraft;
|
||||
} else {
|
||||
qDebug() << "recent aircraft is empty";
|
||||
// select the default C172p
|
||||
}
|
||||
|
||||
|
@ -613,8 +611,6 @@ void QtLauncher::restoreSettings()
|
|||
m_aircraftProxy->setRatings(m_ratingFilters);
|
||||
|
||||
m_ui->commandLineArgs->setPlainText(settings.value("additional-args").toString());
|
||||
|
||||
qDebug() << "restoring settings";
|
||||
}
|
||||
|
||||
void QtLauncher::saveSettings()
|
||||
|
|
Loading…
Reference in a new issue