mercurial/hgweb.py
changeset 939 6b735e0ddd81
parent 938 54b2a42e501e
child 941 4cf418c2a013
child 945 f15901d053e1
child 946 6d21a3488df9
child 953 52d8d81e72ad
child 980 5197fb9d65d5
--- a/mercurial/hgweb.py
+++ b/mercurial/hgweb.py
@@ -719,7 +719,6 @@ def create_server(path, name, templates,
     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")