From 60c89339068099285c100fa25cd1f5a96d717817 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 15 Nov 2016 11:57:58 +0100 Subject: [PATCH] Remove debug print Oops. Contributes to issue CURA-2625. --- cura/BuildVolume.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cura/BuildVolume.py b/cura/BuildVolume.py index b9252dce94..fd25e344e4 100644 --- a/cura/BuildVolume.py +++ b/cura/BuildVolume.py @@ -119,7 +119,6 @@ class BuildVolume(SceneNode): # # \param node The node for which the decorators changed. def _onNodeDecoratorChanged(self, node): - print("NODE DECORATOR CHANGED!", node) per_mesh_stack = node.callDecoration("getStack") if per_mesh_stack: per_mesh_stack.propertyChanged.connect(self._onSettingPropertyChanged)