From: James Turner Date: Wed, 25 Nov 2015 00:15:34 +0000 (+0000) Subject: Remove a stray debug. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f39fc0f086e542c0121cc56ecbbb5a887516e737;p=flightgear.git Remove a stray debug. --- 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();