From: Durk Talsma Date: Sat, 24 Dec 2011 15:34:33 +0000 (+0100) Subject: Remove a stray debug message.Z X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=762d8a90dd1b67ae80b2e95bf6b8647c1a5df227;p=flightgear.git Remove a stray debug message.Z --- diff --git a/src/ATC/atc_mgr.cxx b/src/ATC/atc_mgr.cxx index a693e11c9..1a145556c 100644 --- a/src/ATC/atc_mgr.cxx +++ b/src/ATC/atc_mgr.cxx @@ -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()) {