mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 14:45:42 +08:00
refs #271 Removed some old debug printing.
This commit is contained in:
@@ -295,7 +295,6 @@ namespace BlackSimPlugin
|
|||||||
|
|
||||||
void CSimulatorXPlane::ps_setAirportsInRange(const QStringList &icaos, const QStringList &names, const BlackMisc::CSequence<double> &lats, const BlackMisc::CSequence<double> &lons, const BlackMisc::CSequence<double> &alts)
|
void CSimulatorXPlane::ps_setAirportsInRange(const QStringList &icaos, const QStringList &names, const BlackMisc::CSequence<double> &lats, const BlackMisc::CSequence<double> &lons, const BlackMisc::CSequence<double> &alts)
|
||||||
{
|
{
|
||||||
qDebug() << alts;
|
|
||||||
m_airportsInRange.clear();
|
m_airportsInRange.clear();
|
||||||
auto icaoIt = icaos.begin();
|
auto icaoIt = icaos.begin();
|
||||||
auto nameIt = names.begin();
|
auto nameIt = names.begin();
|
||||||
|
|||||||
@@ -126,7 +126,6 @@ namespace XBus
|
|||||||
lons.push_back(lon);
|
lons.push_back(lon);
|
||||||
alts.push_back(alt);
|
alts.push_back(alt);
|
||||||
}
|
}
|
||||||
qDebug() << alts;
|
|
||||||
emit airportsInRangeUpdated(icaos, names, lats, lons, alts);
|
emit airportsInRangeUpdated(icaos, names, lats, lons, alts);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user