1
0
Fork 0

Reduce console output

This commit is contained in:
daveluff 2006-03-05 16:53:06 +00:00
parent 015ead9fcc
commit 89bdd4fa99

View 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;