mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 12:21:26 -07:00
Remove print statement
Wasn't meant to be committed, I reckon. Contributes to issue CURA-2022.
This commit is contained in:
parent
df1b6b8e88
commit
557044b11c
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ class SettingOverrideDecorator(SceneNodeDecorator):
|
||||||
self._updateNextStack()
|
self._updateNextStack()
|
||||||
|
|
||||||
def __deepcopy__(self, memo):
|
def __deepcopy__(self, memo):
|
||||||
print("deepcopy settingoverridedecorator")
|
|
||||||
## Create a fresh decorator object
|
## Create a fresh decorator object
|
||||||
deep_copy = SettingOverrideDecorator()
|
deep_copy = SettingOverrideDecorator()
|
||||||
## Copy the instance
|
## Copy the instance
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue