]> git.mxchange.org Git - flightgear.git/commitdiff
Reduce console output
authordaveluff <daveluff>
Sun, 5 Mar 2006 16:53:06 +0000 (16:53 +0000)
committerdaveluff <daveluff>
Sun, 5 Mar 2006 16:53:06 +0000 (16:53 +0000)
src/Instrumentation/dclgps.cxx

index eb90804c1e237a11367b4d08d9600b4448e90623..9c0b9300c2a0b768380bee9bd4f86559c05e7783 100644 (file)
@@ -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;