From 6017d9176dd2f8c6a30e9664297f8beb0fab314b Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Thu, 17 Mar 2016 16:59:41 +0100 Subject: [PATCH] Remove exception logging in USBPrinterManager because it caused an error every 5 seconds. CURA-1198 --- plugins/USBPrinting/USBPrinterManager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/USBPrinting/USBPrinterManager.py b/plugins/USBPrinting/USBPrinterManager.py index d6836468ab..6dc88f59d5 100644 --- a/plugins/USBPrinting/USBPrinterManager.py +++ b/plugins/USBPrinting/USBPrinterManager.py @@ -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: