Skip to content
Snippets Groups Projects
Commit a1c930db authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

MAINT: Remove debugging output

parent 1929fa78
No related branches found
No related tags found
2 merge requests!89ENH: JsonSchemaExporter accepts do_not_create parameter.,!80F simple schema export
Pipeline #42160 failed
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment