From 89bdd4fa99418dc9280e313f9101300052d455bc Mon Sep 17 00:00:00 2001 From: daveluff Date: Sun, 5 Mar 2006 16:53:06 +0000 Subject: [PATCH] Reduce console output --- src/Instrumentation/dclgps.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Instrumentation/dclgps.cxx b/src/Instrumentation/dclgps.cxx index eb90804c1..9c0b9300c 100644 --- a/src/Instrumentation/dclgps.cxx +++ b/src/Instrumentation/dclgps.cxx @@ -859,9 +859,9 @@ void DCLGPS::update(double dt) { // Do nothing } else if(_activeWaypoint.appType == GPS_MAP) { // Don't sequence beyond the missed approach point - cout << "ACTIVE WAYPOINT is MAP - not sequencing!!!!!\n"; + //cout << "ACTIVE WAYPOINT is MAP - not sequencing!!!!!\n"; } else { - cout << "Sequencing...\n"; + //cout << "Sequencing...\n"; _fromWaypoint = _activeWaypoint; _activeWaypoint = *_activeFP->waypoints[idx + 1]; _dto = false;