1
0
Fork 0

Remove a stray debug message.Z

This commit is contained in:
Durk Talsma 2011-12-24 16:34:33 +01:00
parent 05476d0be3
commit 762d8a90dd

View file

@ -106,11 +106,6 @@ void FGATCManager::init() {
//cerr << "found information: " << runway << " " << airport << ": parking = " << parking << endl;
fp = new FGAIFlightPlan;
while (park_index >= 0 && dcs->getParkingName(park_index) != parking) park_index--;
if (park_index < 0) {
SG_LOG( SG_ATC, SG_ALERT,
"Failed to find parking position " << parking <<
" at airport " << airport << " at " << SG_ORIGIN);
}
// No valid parking location, so either at the runway or at a random location.
if (parking.empty() || (park_index < 0)) {
if (!runway.empty()) {