mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove debug print
Oops. Contributes to issue CURA-2625.
This commit is contained in:
parent
f0766cbaf3
commit
60c8933906
1 changed files with 0 additions and 1 deletions
|
|
@ -119,7 +119,6 @@ class BuildVolume(SceneNode):
|
||||||
#
|
#
|
||||||
# \param node The node for which the decorators changed.
|
# \param node The node for which the decorators changed.
|
||||||
def _onNodeDecoratorChanged(self, node):
|
def _onNodeDecoratorChanged(self, node):
|
||||||
print("NODE DECORATOR CHANGED!", node)
|
|
||||||
per_mesh_stack = node.callDecoration("getStack")
|
per_mesh_stack = node.callDecoration("getStack")
|
||||||
if per_mesh_stack:
|
if per_mesh_stack:
|
||||||
per_mesh_stack.propertyChanged.connect(self._onSettingPropertyChanged)
|
per_mesh_stack.propertyChanged.connect(self._onSettingPropertyChanged)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue