FlightTaskAuto: remove warning message

This commit is contained in:
Dennis Mannhart
2018-02-19 14:32:16 +01:00
committed by Lorenz Meier
parent f62c3c3b8a
commit 288ee2362e
2 changed files with 0 additions and 2 deletions
@@ -131,7 +131,6 @@ bool FlightTaskAuto::_evaluateTriplets()
if (!PX4_ISFINITE(_yaw_wp)) {
_yaw_wp = _yaw;
} else {
}
_mc_cruise_speed = _sub_triplet_setpoint->get().current.cruising_speed;