mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 03:29:03 +08:00
Remove exception logging in USBPrinterManager because it caused an error every 5 seconds.
CURA-1198
This commit is contained in:
parent
de9a66e1f4
commit
6017d9176d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user