Skip to content
Snippets Groups Projects
Commit 7db9b86d authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

MAINT: removed debugging message

parent 465f41f2
Branches
Tags
2 merge requests!57RELEASE 0.7.3,!45F copy entity
Pipeline #21650 passed
......@@ -691,7 +691,6 @@ def copy_entity(entity: Entity):
Special attributes, as defined by the global variable SPECIAL_ATTRIBUTES and additionaly
the "value" are copied using setattr.
"""
print(entity)
if entity.role == "File":
new = File()
elif entity.role == "Property":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment