remove unnecessary printf

This commit is contained in:
Thomas Gubler
2013-11-04 13:18:20 +01:00
parent c8bc5861cf
commit 22dbc03c01
@@ -644,7 +644,6 @@ FixedwingAttitudeControl::task_main()
*/
roll_sp = _manual.roll * 0.75f;
pitch_sp = _manual.pitch * 0.75f;
warnx("copy(2) _att_sp.roll_body %.4f", _att_sp.roll_body);
throttle_sp = _manual.throttle;
_actuators.control[4] = _manual.flaps;