Plane: remove "Command recieved" statustext

This commit is contained in:
Michael du Breuil 2016-03-07 21:56:40 -07:00 committed by Andrew Tridgell
parent a85d4f2f4b
commit f60b3fd6c7

View File

@ -1155,7 +1155,6 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
uint8_t result = MAV_RESULT_UNSUPPORTED;
// do command
send_text(MAV_SEVERITY_INFO,"Command received: ");
switch(packet.command) {