Remove debug print
authormpm@selenic.com
Sun, 21 Aug 2005 11:52:52 -0700
changeset 984 edc368e0b9aa
parent 983 4a988dc8d9b8
child 985 7ffa91f275ff
Remove debug print
mercurial/hgweb.py
--- a/mercurial/hgweb.py
+++ b/mercurial/hgweb.py
@@ -630,7 +630,6 @@ class hgweb:
             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 ""