Remove exception logging in USBPrinterManager because it caused an error every 5 seconds.

CURA-1198
This commit is contained in:
fieldOfView 2016-03-17 16:59:41 +01:00
parent de9a66e1f4
commit 6017d9176d

View file

@ -228,7 +228,6 @@ class USBPrinterManager(QObject, SignalEmitter, OutputDevicePlugin, Extension):
base_list += [values[1]]
i += 1
except Exception as e:
Logger.log("d", "USBPrinterManager.getSerialPortList: ", e)
pass
else:
if only_list_usb: