removed rest of debug messages
This commit is contained in:
parent
32ebec4973
commit
40343d5b89
1 changed files with 0 additions and 1 deletions
|
|
@ -1731,7 +1731,6 @@ class MachineCom(object):
|
|||
"""
|
||||
|
||||
try:
|
||||
self._log(">>> put: %s" % command)
|
||||
self._send_queue.put((command, linenumber, command_type))
|
||||
except TypeAlreadyInQueue as e:
|
||||
self._logger.debug("Type already in queue: " + e.type)
|
||||
|
|
|
|||
Loading…
Reference in a new issue