Skip to content
Snippets Groups Projects
Commit 3c2ce5c2 authored by Matt Mackall's avatar Matt Mackall
Browse files

copies: remove stray print

parent 0b05e0bf
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,6 @@
# remove criss-crossed copies
for k, v in t.items():
if k in src and v in dst:
print "bad", k, v
del t[k]
return t
......
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