uavcan: reduce sensor status output verbosity

This commit is contained in:
Beat Küng
2021-09-16 17:17:05 +02:00
committed by Daniel Agar
parent 49f8131f82
commit 07fa8c5295
@@ -242,9 +242,6 @@ void UavcanSensorBridgeBase::print_status() const
if (_channels[i].node_id >= 0) {
printf("channel %d: node id %d --> instance %d\n",
i, _channels[i].node_id, _channels[i].instance);
} else {
printf("channel %d: empty\n", i);
}
}
}