]> git.mxchange.org Git - flightgear.git/commitdiff
Quiet some log output.
authorJames Turner <zakalawe@mac.com>
Tue, 20 Nov 2012 17:08:56 +0000 (17:08 +0000)
committerJames Turner <zakalawe@mac.com>
Tue, 20 Nov 2012 17:08:56 +0000 (17:08 +0000)
src/Instrumentation/gps.cxx
src/Navaids/FlightPlan.cxx

index de071be0a5eb702c701573d442258cdea72fc51d..84ef13e35300c2f289167eff555194a8b3afdd94 100644 (file)
@@ -709,7 +709,7 @@ void GPS::routeActivated()
 void GPS::routeManagerSequenced()
 {
   if (_mode != "leg") {
-    SG_LOG(SG_INSTR, SG_INFO, "GPS ignoring route sequencing, not in LEG mode");
+    SG_LOG(SG_INSTR, SG_DEBUG, "GPS ignoring route sequencing, not in LEG mode");
     return;
   }
   
index fd7f7fb1d20e4464d695aedd80613833db1c997c..af82fa250969402b04e711482659421c98a926e8 100644 (file)
@@ -239,7 +239,6 @@ public:
   bool operator()(FlightPlan::Leg* leg) const
   {
     if (leg->waypoint()->flag(flag)) {
-      std::cout << "deleting" << leg << std::endl;
       delete leg;
       ++delCount;
       return true;