We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b6cd8 commit 81517fdCopy full SHA for 81517fd
pymycobot/Interface.py
@@ -37,7 +37,7 @@ def _mesg(self, genre, *args, **kwargs):
37
command_data[1:],
38
check_digit,
39
]
40
- print(command)
+ # print(command)
41
real_command = self._flatten(command)
42
has_reply = kwargs.get("has_reply", False)
43
return real_command, has_reply
0 commit comments