changeset 984:edc368e0b9aa

Remove debug print
author mpm@selenic.com
date Sun, 21 Aug 2005 11:52:52 -0700
parents 4a988dc8d9b8
children 7ffa91f275ff
files mercurial/hgweb.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/hgweb.py	Sun Aug 21 11:46:39 2005 -0700
+++ b/mercurial/hgweb.py	Sun Aug 21 11:52:52 2005 -0700
@@ -630,7 +630,6 @@
             b = os.path.basename("map-" + args['style'][0])
             p = os.path.join(t, b)
             if os.path.isfile(p): m = p
-        print m
 
         port = os.environ["SERVER_PORT"]
         port = port != "80" and (":" + port) or ""