# HG changeset patch # User mpm@selenic.com # Date 1124650372 25200 # Node ID edc368e0b9aa4c05c375891355fbb2acc1c76704 # Parent 4a988dc8d9b89aa9299a1bcf5d17080a4a2df580 Remove debug print diff -r 4a988dc8d9b8 -r edc368e0b9aa mercurial/hgweb.py --- 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 ""