]> git.mxchange.org Git - flightgear.git/commitdiff
Remove some debugs.
authorJames Turner <zakalawe@mac.com>
Mon, 16 Nov 2015 00:32:12 +0000 (00:32 +0000)
committerJames Turner <zakalawe@mac.com>
Mon, 23 Nov 2015 00:48:20 +0000 (00:48 +0000)
src/GUI/LocationWidget.cxx
src/GUI/QtLauncher.cxx

index 9e41f07e6d6f9e29f56228c0167eb713510b248f..2f4dfc2bae5a3b2c600e7c78e24de4b5b069a0c8 100644 (file)
@@ -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) {
index e0c2683c9cabf87792554f02e8312195c915d71f..842a369668883e72c8317d8130eb5b877b5611e6 100644 (file)
@@ -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()