mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 08:47:50 -06: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
1 changed files with 0 additions and 1 deletions
|
@ -228,7 +228,6 @@ class USBPrinterManager(QObject, SignalEmitter, OutputDevicePlugin, Extension):
|
||||||
base_list += [values[1]]
|
base_list += [values[1]]
|
||||||
i += 1
|
i += 1
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
Logger.log("d", "USBPrinterManager.getSerialPortList: ", e)
|
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
if only_list_usb:
|
if only_list_usb:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue