From 7db9b86dc3ae7c893bfdad27473c6c41c6a55e84 Mon Sep 17 00:00:00 2001
From: Alexander Schlemmer <alexander@mail-schlemmer.de>
Date: Tue, 12 Apr 2022 14:14:07 +0200
Subject: [PATCH] MAINT: removed debugging message

---
 src/caosdb/apiutils.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/caosdb/apiutils.py b/src/caosdb/apiutils.py
index 15f98d5c..5e45c8dd 100644
--- a/src/caosdb/apiutils.py
+++ b/src/caosdb/apiutils.py
@@ -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":
-- 
GitLab