sensors: Be less verbose

This commit is contained in:
Lorenz Meier
2015-12-06 23:27:55 +01:00
parent 4a1dd4f047
commit 03babedaf5
+1 -1
View File
@@ -1291,7 +1291,7 @@ Sensors::parameter_update_poll(bool forced)
}
int id = h.ioctl(DEVIOCGDEVICEID, 0);
PX4_WARN("sensors: device ID: %s: %d, %u", str, id, (unsigned)id);
//PX4_WARN("sensors: device ID: %s: %d, %u", str, id, (unsigned)id);
/* if the calibration is for this device, apply it */
if (device_id == h.ioctl(DEVIOCGDEVICEID, 0)) {