Remove stray debug statement.
This commit is contained in:
parent
c7e9c7a610
commit
321706a007
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ void FGAIFlightPlan::createClimb(FGAIAircraft *ac, bool firstFlight, FGAirport *
|
||||||
aptpath.append( string(buffer) );
|
aptpath.append( string(buffer) );
|
||||||
if (aptpath.exists()) {
|
if (aptpath.exists()) {
|
||||||
planLoaded = loadSID(aptpath.str());
|
planLoaded = loadSID(aptpath.str());
|
||||||
cerr << "Reading " << aptpath.str() << endl;
|
//cerr << "Reading " << aptpath.str() << endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue