From c698938c60fb95ac064e1b5926425357114097d3 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 10 Oct 2019 15:22:52 +0200 Subject: [PATCH] Remove debug print --- cura/Settings/MachineManager.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cura/Settings/MachineManager.py b/cura/Settings/MachineManager.py index 4dc8e672aa..1bbe2ad72a 100755 --- a/cura/Settings/MachineManager.py +++ b/cura/Settings/MachineManager.py @@ -221,8 +221,6 @@ class MachineManager(QObject): ## Triggered when the global container stack is changed in CuraApplication. def _onGlobalContainerChanged(self) -> None: - import traceback - traceback.print_stack() if self._global_container_stack: try: self._global_container_stack.containersChanged.disconnect(self._onContainersChanged)