# HG changeset patch # User mpm@selenic.com # Date 1124332864 28800 # Node ID 6b735e0ddd816d3912925f52a510240bdc7c665e # Parent 54b2a42e501e9c2462ec4bb152c13ef8625f40c4 Fix stray debug statement diff -r 54b2a42e501e -r 6b735e0ddd81 mercurial/hgweb.py --- a/mercurial/hgweb.py Wed Aug 17 17:57:37 2005 -0800 +++ b/mercurial/hgweb.py Wed Aug 17 18:41:04 2005 -0800 @@ -719,7 +719,6 @@ if not address: address = u.config("web", "address", "") if not port: - print port port = int(u.config("web", "port", 8000)) if not use_ipv6: use_ipv6 = u.configbool("web", "ipv6")