From 720a85dd06cae84362269120ea29f930fbec1b53 Mon Sep 17 00:00:00 2001 From: Aleksei S Date: Thu, 29 Mar 2018 14:31:25 +0200 Subject: [PATCH] Remove comment CURA-4844 --- cura/Settings/MachineManager.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/cura/Settings/MachineManager.py b/cura/Settings/MachineManager.py index 7be658df19..e304a14d67 100755 --- a/cura/Settings/MachineManager.py +++ b/cura/Settings/MachineManager.py @@ -342,9 +342,6 @@ class MachineManager(QObject): self._initMachineState(containers[0]) self._onGlobalContainerChanged() - #The signal should update/reset settings of all connected USB devices - #self.usbOutputDeviceChanged.emit() - self.__emitChangedSignals() ## Given a definition id, return the machine with this id.