mirror of https://github.com/ArduPilot/ardupilot
GCS_MAVLink: squelched rally-points-received message
This commit is contained in:
parent
8dd2119b14
commit
bc8e56966f
|
@ -38,7 +38,6 @@ MAV_MISSION_RESULT MissionItemProtocol_Rally::append_item(const mavlink_mission_
|
|||
|
||||
MAV_MISSION_RESULT MissionItemProtocol_Rally::complete(const GCS_MAVLINK &_link)
|
||||
{
|
||||
_link.send_text(MAV_SEVERITY_INFO, "Rally points received");
|
||||
AP::logger().Write_Rally();
|
||||
return MAV_MISSION_ACCEPTED;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue