Skip to content
Snippets Groups Projects
Commit e0961ef4 authored by florian's avatar florian
Browse files

MAINT: Remove debugging output

parent ac2c5163
No related branches found
No related tags found
2 merge requests!91Release 0.3,!62Fix merge conflict in split_into_inserts_and_updates
......@@ -106,7 +106,7 @@ def test_issue_39():
b2 = db.Record(name="B", id=102).add_parent(name="RT_B")
a2.add_property(name="RT_B", value=b2)
flat_list = [b2, a2, a1, b1]
flat_list = [b1, a1, a2, b2]
# the two records with ids exist remotely
crawler.add_to_remote_existing_cache(a1)
......@@ -114,6 +114,3 @@ def test_issue_39():
# this would result in a merge conflict before
ins, ups = crawler.split_into_inserts_and_updates(flat_list)
print(ins)
print(ups)
assert False
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment