refs #271 Removed some old debug printing.

This commit is contained in:
Mathew Sutcliffe
2015-09-25 00:42:21 +01:00
parent b489b888a3
commit cab22cdd64
2 changed files with 0 additions and 2 deletions

View File

@@ -126,7 +126,6 @@ namespace XBus
lons.push_back(lon);
alts.push_back(alt);
}
qDebug() << alts;
emit airportsInRangeUpdated(icaos, names, lats, lons, alts);
}