diff --git a/unittests/test_h5.py b/unittests/test_h5.py index caf1eab4827e8e9b4666f6c80f01bd7818cc76f2..961dd4246ef4b02208226ada5d3e1389133ddbcc 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)