Plane: Remove redundant status text on MAV_CMD_DO_GO_AROUND

This commit is contained in:
Michael du Breuil 2017-06-15 18:14:20 -07:00 committed by Randy Mackay
parent cb77c1acc9
commit 1d03732ac5

View File

@ -1397,12 +1397,6 @@ void GCS_MAVLINK_Plane::handleMessage(mavlink_message_t* msg)
result = MAV_RESULT_ACCEPTED;
}
}
if (result == MAV_RESULT_ACCEPTED) {
plane.gcs_send_text(MAV_SEVERITY_INFO,"Go around command accepted");
} else {
plane.gcs_send_text(MAV_SEVERITY_NOTICE,"Rejected go around command");
}
break;
case MAV_CMD_DO_FENCE_ENABLE: