1
0
Fork 0

Remove a stray debug.

This commit is contained in:
James Turner 2015-11-25 00:15:34 +00:00
parent 2328f7fbdb
commit f39fc0f086

View file

@ -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();