Remove a stray debug message.Z
This commit is contained in:
parent
05476d0be3
commit
762d8a90dd
1 changed files with 0 additions and 5 deletions
|
@ -106,11 +106,6 @@ void FGATCManager::init() {
|
||||||
//cerr << "found information: " << runway << " " << airport << ": parking = " << parking << endl;
|
//cerr << "found information: " << runway << " " << airport << ": parking = " << parking << endl;
|
||||||
fp = new FGAIFlightPlan;
|
fp = new FGAIFlightPlan;
|
||||||
while (park_index >= 0 && dcs->getParkingName(park_index) != parking) park_index--;
|
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.
|
// No valid parking location, so either at the runway or at a random location.
|
||||||
if (parking.empty() || (park_index < 0)) {
|
if (parking.empty() || (park_index < 0)) {
|
||||||
if (!runway.empty()) {
|
if (!runway.empty()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue