sensor: rtio_default: Remove log when device does not contain channel

Since this loops over all listed sensor channels, this makes more
difficult catching other debug log messages that might be of interest
(e.g: Decoding results).

Signed-off-by: Luis Ubieda <luisf@croxel.com>
This commit is contained in:
Luis Ubieda 2024-04-28 18:09:01 -04:00 committed by David Leach
parent fcb5d768a2
commit 45ae829791

View file

@ -165,7 +165,6 @@ static void sensor_submit_fallback(const struct device *dev, struct rtio_iodev_s
}
if (rc != 0) {
LOG_DBG("Failed to get channel %d, skipping", channels[i]);
continue;
}