From 762d8a90dd1b67ae80b2e95bf6b8647c1a5df227 Mon Sep 17 00:00:00 2001 From: Durk Talsma Date: Sat, 24 Dec 2011 16:34:33 +0100 Subject: [PATCH] Remove a stray debug message.Z --- src/ATC/atc_mgr.cxx | 5 ----- 1 file changed, 5 deletions(-) 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()) { -- 2.39.5