mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
autotest: remove really long debug line
So this was over 255*50 bytes long..... meaning the sequence number overflows...
This commit is contained in:
parent
2319ba5e58
commit
f30dcdc0c3
@ -4705,7 +4705,6 @@ class AutoTest(ABC):
|
||||
self.upload_using_mission_protocol(mission_type, items)
|
||||
self.progress("check %s upload/download: download items" % itype)
|
||||
downloaded_items = self.download_using_mission_protocol(mission_type)
|
||||
self.progress("Downloaded items: (%s)" % str(downloaded_items))
|
||||
if len(items) != len(downloaded_items):
|
||||
raise NotAchievedException("Did not download same number of items as uploaded want=%u got=%u" %
|
||||
(len(items), len(downloaded_items)))
|
||||
|
Loading…
Reference in New Issue
Block a user