autotest: remove debug to reduce CI log sizes

This commit is contained in:
Peter Barker 2020-07-23 09:14:45 +10:00 committed by Peter Barker
parent ac6cf1132c
commit f5a928ae26
1 changed files with 1 additions and 1 deletions

View File

@ -2213,7 +2213,7 @@ Brakes have negligible effect (with=%0.2fm without=%0.2fm delta=%0.2fm)
if m is None:
self.progress("No messages")
continue
self.progress("Received (%s)" % str(m))
# self.progress("Received (%s)" % str(m))
if m.get_type() == "MISSION_ACK":
if m.type != mavutil.mavlink.MAV_MISSION_ACCEPTED:
raise NotAchievedException("Expected MAV_MISSION_ACCEPTED, got (%s)" % m)