forked from Archive/PX4-Autopilot
Commander: Remove debug output
This commit is contained in:
parent
0a8b9061cf
commit
7d23a52871
|
@ -3441,7 +3441,6 @@ set_main_state_rc(struct vehicle_status_s *status_local, vehicle_global_position
|
|||
|
||||
/* RTL switch overrides main switch */
|
||||
if (sp_man.return_switch == manual_control_setpoint_s::SWITCH_POS_ON) {
|
||||
warnx("RTL switch changed and ON!");
|
||||
res = main_state_transition(status_local, commander_state_s::MAIN_STATE_AUTO_RTL, main_state_prev, &status_flags, &internal_state);
|
||||
|
||||
if (res == TRANSITION_DENIED) {
|
||||
|
|
Loading…
Reference in New Issue