mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
manual_control: remove leftover debug statements
This commit is contained in:
parent
5ae76bdc17
commit
14cfad74bf
@ -258,8 +258,6 @@ void ManualControl::Run()
|
||||
_manual_control_setpoint_pub.publish(_selector.setpoint());
|
||||
|
||||
if (_last_selected_input != _selector.instance()) {
|
||||
|
||||
PX4_INFO("selected manual_control_input changed %d -> %d", _last_selected_input, _selector.instance());
|
||||
_last_selected_input = _selector.instance();
|
||||
}
|
||||
|
||||
@ -326,7 +324,6 @@ void ManualControl::evaluate_mode_slot(uint8_t mode_slot)
|
||||
|
||||
}
|
||||
|
||||
PX4_WARN("send mode slot: %d", _last_mode_slot_flt);
|
||||
send_mode_command(_last_mode_slot_flt);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user