1
0
Fork 0

Removed a stray debug message.

This commit is contained in:
durk 2007-06-16 05:38:05 +00:00
parent 0643b21baa
commit 6fc1a51e1d

View file

@ -687,7 +687,6 @@ bool FGAIAircraft::handleAirportEndPoints(FGAIFlightPlan::waypoint* prev, time_t
// departure waypoint, so it can release the parking. // departure waypoint, so it can release the parking.
if (prev->name == "park2") { if (prev->name == "park2") {
dep->getDynamics()->releaseParking(fp->getGate()); 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 // This is the last taxi waypoint, and marks the the end of the flight plan