mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
BaroGlitch: remove debug
This commit is contained in:
parent
c538cc0665
commit
728da12441
@ -59,9 +59,6 @@ void Baro_Glitch::check_alt()
|
||||
|
||||
// exit immediately if baro is unhealthy
|
||||
if (!_baro.healthy) {
|
||||
if (!_flags.glitching) {
|
||||
hal.console->printf_P(PSTR("\nPGlitching 'cuz unhealthy!"));
|
||||
}
|
||||
_flags.glitching = true;
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user