df_mpu9250_wrapper: removed a debug printf

This commit is contained in:
Julian Oes
2016-06-01 15:41:30 +01:00
committed by Lorenz Meier
parent 6b1bcef644
commit a381c6cea5
@@ -288,7 +288,7 @@ int DfMpu9250Wrapper::start()
return ret;
}
PX4_INFO("MPU9250 device id is: %d", m_id.dev_id);
PX4_DEBUG("MPU9250 device id is: %d", m_id.dev_id);
/* Force getting the calibration values. */
_update_accel_calibration();