Rover: remove "Command received" statustext

This commit is contained in:
Michael du Breuil 2016-03-07 21:57:47 -07:00 committed by Andrew Tridgell
parent f60b3fd6c7
commit 8ae6e0d613

View File

@ -868,7 +868,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) {