changeset 2863:f3c68e0ca37d

Remove debugging line
author Brendan Cully <brendan@kublai.com>
date Fri, 11 Aug 2006 16:55:48 -0700
parents 1f813d4fbcc8
children e2b69dbb2daa
files mercurial/patch.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/patch.py	Fri Aug 11 16:30:24 2006 -0700
+++ b/mercurial/patch.py	Fri Aug 11 16:55:48 2006 -0700
@@ -94,7 +94,6 @@
             (src, dst) = [os.path.join(os.getcwd(), n)
                           for n in (p.oldpath, p.path)]
 
-            print "copying %s to %s" % (src, dst)
             targetdir = os.path.dirname(dst)
             if not os.path.isdir(targetdir):
                 os.makedirs(targetdir)