forked from Archive/PX4-Autopilot
commander: Remove prearm test print statements
This commit is contained in:
parent
690edbd672
commit
b20d0c0f01
|
@ -517,8 +517,6 @@ transition_result_t failsafe_state_transition(struct vehicle_status_s *status, f
|
|||
|
||||
int prearm_check(const struct vehicle_status_s *status, const int mavlink_fd)
|
||||
{
|
||||
warnx("PREARM");
|
||||
|
||||
int ret;
|
||||
|
||||
int fd = open(ACCEL_DEVICE_PATH, O_RDONLY);
|
||||
|
@ -590,8 +588,6 @@ int prearm_check(const struct vehicle_status_s *status, const int mavlink_fd)
|
|||
}
|
||||
}
|
||||
|
||||
warnx("PRE RES: %d", ret);
|
||||
|
||||
system_eval:
|
||||
close(fd);
|
||||
return ret;
|
||||
|
|
Loading…
Reference in New Issue