Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfieldOfView <aldo@fieldofview.com>2016-03-17 18:59:41 +0300
committerfieldOfView <aldo@fieldofview.com>2016-03-17 18:59:41 +0300
commit6017d9176dd2f8c6a30e9664297f8beb0fab314b (patch)
tree2dc8b0f7070dc40119deaf4f10b0a00501ef2825
parentde9a66e1f41a849990b148c7a33515f972b39749 (diff)
Remove exception logging in USBPrinterManager because it caused an error every 5 seconds.
CURA-1198
-rw-r--r--plugins/USBPrinting/USBPrinterManager.py1
1 files changed, 0 insertions, 1 deletions
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: