Skip to content
Snippets Groups Projects
Commit 9f806616 authored by vlorentz's avatar vlorentz
Browse files

Remove debug prints.

parent d1b21569
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,6 @@ def snapshots(draw, *, min_size=0, max_size=100, only_objects=False):
name: branch.to_dict()
for (name, branch) in branches.items()}})
except ValueError as e:
print(e.args)
for (source, target) in e.args[1]:
branches[source] = draw(branch_targets(only_objects=True))
else:
......
......@@ -581,8 +581,6 @@ def snapshot_identifier(snapshot, *, ignore_unresolved=False):
if target_id not in snapshot['branches'] or target_id == name:
unresolved.append((name, target_id))
else:
print(name)
print(target)
target_type = target['target_type'].encode()
target_id = identifier_to_bytes(target['target'])
......
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