1
0
Fork 0

Quiet some log output.

This commit is contained in:
James Turner 2012-11-20 17:08:56 +00:00
parent 9632bfcfd6
commit 51a1c86f00
2 changed files with 1 additions and 2 deletions

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

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