Remove debug print

Oops.

Contributes to issue CURA-2625.
This commit is contained in:
Ghostkeeper 2016-11-15 11:57:58 +01:00
parent f0766cbaf3
commit 60c8933906
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -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)