mercurial/copies.py
branchstable
changeset 15994 3c2ce5c2cee0
parent 15976 d1c74c6151c9
child 16168 7bbabfe25321
--- a/mercurial/copies.py	Wed Jan 25 17:14:08 2012 -0600
+++ b/mercurial/copies.py	Wed Jan 25 17:14:10 2012 -0600
@@ -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