Skip to content

Commit

Permalink
core: remove wrong/confusing warning
Browse files Browse the repository at this point in the history
This must have snucked in during some merge.
  • Loading branch information
julianoes committed Sep 23, 2022
1 parent 94082f1 commit 2d0d726
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mavsdk/plugins/telemetry/telemetry_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,6 @@ bool TelemetryImpl::health_all_ok() const
_health.is_global_position_ok && _health.is_home_position_ok) {
return true;
} else {
LogWarn() << "System status is usually fixed at 1 Hz";
return false;
}
}
Expand Down

0 comments on commit 2d0d726

Please sign in to comment.