]> git.mxchange.org Git - flightgear.git/commitdiff
Remove a stray debug message.Z
authorDurk Talsma <durktals@gmail.com>
Sat, 24 Dec 2011 15:34:33 +0000 (16:34 +0100)
committerDurk Talsma <durktals@gmail.com>
Sat, 24 Dec 2011 15:34:33 +0000 (16:34 +0100)
src/ATC/atc_mgr.cxx

index a693e11c98163bb9b576ef436a86dd3bd51b14fc..1a145556c9775973219fbd5578f633c2faccf14c 100644 (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()) {