From 321706a007f3566cf4dcfcf3682c2e3e9122f50e Mon Sep 17 00:00:00 2001 From: durk Date: Sun, 1 Mar 2009 10:18:37 +0000 Subject: [PATCH] Remove stray debug statement. --- src/AIModel/AIFlightPlanCreate.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AIModel/AIFlightPlanCreate.cxx b/src/AIModel/AIFlightPlanCreate.cxx index 22a2616ed..8035ae2ce 100644 --- a/src/AIModel/AIFlightPlanCreate.cxx +++ b/src/AIModel/AIFlightPlanCreate.cxx @@ -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; } } }