mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 19:23:14 +08:00
Remove debug print
This commit is contained in:
parent
6bf91d2b3a
commit
9c865e80d1
@ -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…
x
Reference in New Issue
Block a user