Quiet some log output.
This commit is contained in:
parent
9632bfcfd6
commit
51a1c86f00
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue