Browse Source

Remove debug output

QGC4.4
Don Gagne 3 years ago committed by Don Gagne
parent
commit
d4e029c05a
  1. 1
      src/MissionManager/MissionController.cc

1
src/MissionManager/MissionController.cc

@ -1269,7 +1269,6 @@ void MissionController::_recalcFlightPathSegments(void) @@ -1269,7 +1269,6 @@ void MissionController::_recalcFlightPathSegments(void)
bool signalSplitSegmentChanged = false;
qCDebug(MissionControllerLog) << "_recalcFlightPathSegments homePositionValid" << homePositionValid;
qDebug() << "_recalcFlightPathSegments homePositionValid" << homePositionValid;
FlightPathSegmentHashTable oldSegmentTable = _flightPathSegmentHashTable;

Loading…
Cancel
Save