1
0
Fork 0

Remove stray debug statement.

This commit is contained in:
durk 2009-03-01 10:18:37 +00:00 committed by Tim Moore
parent c7e9c7a610
commit 321706a007

View file

@ -429,7 +429,7 @@ void FGAIFlightPlan::createClimb(FGAIAircraft *ac, bool firstFlight, FGAirport *
aptpath.append( string(buffer) );
if (aptpath.exists()) {
planLoaded = loadSID(aptpath.str());
cerr << "Reading " << aptpath.str() << endl;
//cerr << "Reading " << aptpath.str() << endl;
}
}
}