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()
|
void GPS::routeManagerSequenced()
|
||||||
{
|
{
|
||||||
if (_mode != "leg") {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -239,7 +239,6 @@ public:
|
||||||
bool operator()(FlightPlan::Leg* leg) const
|
bool operator()(FlightPlan::Leg* leg) const
|
||||||
{
|
{
|
||||||
if (leg->waypoint()->flag(flag)) {
|
if (leg->waypoint()->flag(flag)) {
|
||||||
std::cout << "deleting" << leg << std::endl;
|
|
||||||
delete leg;
|
delete leg;
|
||||||
++delCount;
|
++delCount;
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue