mc_pos_control: remove mavlink_log_info

This commit is contained in:
Dennis Mannhart
2018-06-27 09:50:43 +02:00
committed by Lorenz Meier
parent f11a65a74f
commit ac2c49218d
@@ -100,7 +100,6 @@ private:
bool _task_should_exit = false; /**<true if task should exit */
bool _in_smooth_takeoff = false; /**<true if takeoff ramp is applied */
orb_advert_t _mavlink_log_pub{nullptr}; /**< mavlink log advert */
orb_advert_t _att_sp_pub{nullptr}; /**< attitude setpoint publication */
orb_advert_t _local_pos_sp_pub{nullptr}; /**< vehicle local position setpoint publication */
orb_id_t _attitude_setpoint_id{nullptr};
@@ -672,8 +671,6 @@ MulticopterPositionControl::task_main()
}
}
mavlink_log_info(&_mavlink_log_pub, "[mpc] stopped");
_control_task = -1;
}