Commit 01edabdc authored by DonLakeFlyer's avatar DonLakeFlyer

Remove qDebug

parent 88be157f
......@@ -1032,8 +1032,6 @@ void Vehicle::_handleDistanceSensor(mavlink_message_t& message)
mavlink_msg_distance_sensor_decode(&message, &distanceSensor);
qDebug() << distanceSensor.id << distanceSensor.orientation << distanceSensor.current_distance;
struct orientation2Fact_s {
MAV_SENSOR_ORIENTATION orientation;
Fact* fact;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment