diff --git a/src/GUI/QtLauncher.cxx b/src/GUI/QtLauncher.cxx index 43838210d..f5be210d1 100644 --- a/src/GUI/QtLauncher.cxx +++ b/src/GUI/QtLauncher.cxx @@ -686,8 +686,6 @@ void QtLauncher::onRun() m_recentAircraft.prepend(m_selectedAircraft); if (m_recentAircraft.size() > MAX_RECENT_AIRCRAFT) m_recentAircraft.pop_back(); - - qDebug() << "recent aircraft is now" << m_recentAircraft; } m_ui->location->setLocationOptions();