Commit b07c993c authored by DonLakeFlyer's avatar DonLakeFlyer

Remove qDebug

parent 63e04007
...@@ -250,7 +250,6 @@ bool PlanMasterController::syncInProgress(void) const ...@@ -250,7 +250,6 @@ bool PlanMasterController::syncInProgress(void) const
bool PlanMasterController::dirty(void) const bool PlanMasterController::dirty(void) const
{ {
qDebug() << _editMode << _missionController.dirty() << _geoFenceController.dirty() << _rallyPointController.dirty();
return _missionController.dirty() || _geoFenceController.dirty() || _rallyPointController.dirty(); return _missionController.dirty() || _geoFenceController.dirty() || _rallyPointController.dirty();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment