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:
parent
fcb5d768a2
commit
45ae829791
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue