rm3100: remove read error message

This commit is contained in:
Daniel Agar 2020-08-16 17:51:43 -04:00
parent 38db7c8b00
commit 0ff4fad95c
1 changed files with 0 additions and 1 deletions

View File

@ -151,7 +151,6 @@ int RM3100::collect()
if (ret != OK) {
perf_end(_sample_perf);
perf_count(_comms_errors);
PX4_WARN("Register read error.");
return ret;
}