Remove debug print

This commit is contained in:
fieldOfView 2018-09-14 19:15:23 +02:00
parent 6bf91d2b3a
commit 9c865e80d1

View file

@ -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