mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:16:02 +08:00
Remove debug print
Oops. Contributes to issue CURA-2625.
This commit is contained in:
parent
f0766cbaf3
commit
60c8933906
@ -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…
x
Reference in New Issue
Block a user