mercurial/hgweb.py
changeset 984 edc368e0b9aa
parent 983 4a988dc8d9b8
child 986 2810c625ca98
--- 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 ""