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