Fix stray debug statement
authormpm@selenic.com
Wed, 17 Aug 2005 18:41:04 -0800
changeset 939 6b735e0ddd81
parent 938 54b2a42e501e
child 940 1300271ba8de
Fix stray debug statement
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")