BaroGlitch: remove debug

This commit is contained in:
Randy Mackay 2014-07-29 22:04:42 +09:00
parent c538cc0665
commit 728da12441
1 changed files with 0 additions and 3 deletions

View File

@ -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;
}