changeset 15994:3c2ce5c2cee0 stable

copies: remove stray print
author Matt Mackall <mpm@selenic.com>
date Wed, 25 Jan 2012 17:14:10 -0600
parents 0b05e0bfdc1c
children b006735cf57a
files mercurial/copies.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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