Remove debugging line
authorBrendan Cully <brendan@kublai.com>
Fri, 11 Aug 2006 16:55:48 -0700
changeset 2862 f3c68e0ca37d
parent 2861 1f813d4fbcc8
child 2863 e2b69dbb2daa
Remove debugging line
mercurial/patch.py
--- a/mercurial/patch.py
+++ b/mercurial/patch.py
@@ -94,7 +94,6 @@ def dogitpatch(patchname, gitpatches):
             (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)