Skip to content

Commit 81517fd

Browse files
committed
clean up
1 parent 33b6cd8 commit 81517fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymycobot/Interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def _mesg(self, genre, *args, **kwargs):
3737
command_data[1:],
3838
check_digit,
3939
]
40-
print(command)
40+
# print(command)
4141
real_command = self._flatten(command)
4242
has_reply = kwargs.get("has_reply", False)
4343
return real_command, has_reply

0 commit comments

Comments
 (0)