projects
/
flightgear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2328f7f
)
Remove a stray debug.
author
James Turner
<zakalawe@mac.com>
Wed, 25 Nov 2015 00:15:34 +0000
(
00:15
+0000)
committer
James Turner
<zakalawe@mac.com>
Thu, 26 Nov 2015 23:48:16 +0000
(23:48 +0000)
src/GUI/QtLauncher.cxx
patch
|
blob
|
history
diff --git
a/src/GUI/QtLauncher.cxx
b/src/GUI/QtLauncher.cxx
index 43838210de743fc12652e7b919fa282d409ee198..f5be210d186613574398722559cba50066c3b671 100644
(file)
--- 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();