Removed a stray debug message.
This commit is contained in:
parent
0643b21baa
commit
6fc1a51e1d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue