remove the commented out WARN as it's no longer an issue

This commit is contained in:
Robert Dickenson
2016-04-02 01:12:31 +11:00
committed by Lorenz Meier
parent 91241626a9
commit b797657694
@@ -334,8 +334,7 @@ void AttitudeEstimatorQ::task_main()
} else if (ret == 0) {
// Poll timeout, do nothing
// TODO: RobD debugging - quiet this for now
// PX4_WARN("Q POLL TIMEOUT");
PX4_WARN("Q POLL TIMEOUT");
continue;
}