mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06: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()
|
||||
|
||||
def __deepcopy__(self, memo):
|
||||
print("deepcopy settingoverridedecorator")
|
||||
## Create a fresh decorator object
|
||||
deep_copy = SettingOverrideDecorator()
|
||||
## Copy the instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue