aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/fw_att_control/fw_att_control_main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/fw_att_control/fw_att_control_main.cpp b/src/modules/fw_att_control/fw_att_control_main.cpp
index ffad69135..c88b29056 100644
--- a/src/modules/fw_att_control/fw_att_control_main.cpp
+++ b/src/modules/fw_att_control/fw_att_control_main.cpp
@@ -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;