From a1c930dba595018b27adad00e071f284244bc82f Mon Sep 17 00:00:00 2001
From: fspreck <f.spreckelsen@indiscale.com>
Date: Fri, 13 Oct 2023 18:42:00 +0200
Subject: [PATCH] MAINT: Remove debugging output

---
 unittests/test_h5.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/unittests/test_h5.py b/unittests/test_h5.py
index caf1eab4..961dd424 100644
--- a/unittests/test_h5.py
+++ b/unittests/test_h5.py
@@ -92,8 +92,6 @@ class H5CFoodTest(unittest.TestCase):
         r_target.add_property("test", value=r_child, datatype=db.REFERENCE)
         em = h5.EntityMapping()
         h5.collect_existing_structure(r_target, r_exist, em)
-        print(em.to_existing[r_child._cuid])
-        print(ENTS[101])
         self.assertTrue(em.to_existing[r_child._cuid] is ENTS[101])
         self.assertTrue(em.to_target[101] is r_child)
 
-- 
GitLab