From 1010caeaf607fac50fd2b3722a25a9311a85771c Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 16 Nov 2015 00:32:12 +0000 Subject: [PATCH] Remove some debugs. --- src/GUI/LocationWidget.cxx | 1 - src/GUI/QtLauncher.cxx | 4 ---- 2 files changed, 5 deletions(-) diff --git a/src/GUI/LocationWidget.cxx b/src/GUI/LocationWidget.cxx index 9e41f07e6..2f4dfc2ba 100644 --- a/src/GUI/LocationWidget.cxx +++ b/src/GUI/LocationWidget.cxx @@ -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) { diff --git a/src/GUI/QtLauncher.cxx b/src/GUI/QtLauncher.cxx index e0c2683c9..842a36966 100644 --- a/src/GUI/QtLauncher.cxx +++ b/src/GUI/QtLauncher.cxx @@ -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() -- 2.39.5