Remove a stray debug.
This commit is contained in:
parent
2328f7fbdb
commit
f39fc0f086
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue