]> git.mxchange.org Git - flightgear.git/commitdiff
Remove stray debug statement.
authordurk <durk>
Sun, 1 Mar 2009 10:18:37 +0000 (10:18 +0000)
committerTim Moore <timoore@redhat.com>
Thu, 5 Mar 2009 09:52:03 +0000 (10:52 +0100)
src/AIModel/AIFlightPlanCreate.cxx

index 22a2616ed8544c8303285fa01e9c79a4e656889e..8035ae2ce683cb16093ce745a6068ddaddfd1875 100644 (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;
            }
         }
   }