]> git.mxchange.org Git - flightgear.git/commitdiff
Removed a stray debug message.
authordurk <durk>
Sat, 16 Jun 2007 05:38:05 +0000 (05:38 +0000)
committerdurk <durk>
Sat, 16 Jun 2007 05:38:05 +0000 (05:38 +0000)
src/AIModel/AIAircraft.cxx

index 8f16feee54776de22fb4a003836ddda1b2ef4f17..19f57f5c28fd18f109b4ad289a7f4738afd0beee 100644 (file)
@@ -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