From: durk Date: Sat, 16 Jun 2007 05:38:05 +0000 (+0000) Subject: Removed a stray debug message. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6fc1a51e1d7ed6869f5ed5e47d902a687238aeee;p=flightgear.git Removed a stray debug message. --- diff --git a/src/AIModel/AIAircraft.cxx b/src/AIModel/AIAircraft.cxx index 8f16feee5..19f57f5c2 100644 --- a/src/AIModel/AIAircraft.cxx +++ b/src/AIModel/AIAircraft.cxx @@ -687,7 +687,6 @@ bool FGAIAircraft::handleAirportEndPoints(FGAIFlightPlan::waypoint* prev, time_t // departure waypoint, so it can release the parking. if (prev->name == "park2") { dep->getDynamics()->releaseParking(fp->getGate()); - cerr << trafficRef->getCallSign() << "releasing parking " << fp->getGate() << endl; } // This is the last taxi waypoint, and marks the the end of the flight plan