mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove debug print
This commit is contained in:
parent
6bf91d2b3a
commit
9c865e80d1
1 changed files with 0 additions and 1 deletions
|
@ -313,7 +313,6 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
|
|||
while self._connection_state == ConnectionState.connected and self._serial is not None:
|
||||
try:
|
||||
line = self._serial.readline()
|
||||
print(line)
|
||||
except:
|
||||
continue
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue