Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hgweb.py @ 939:6b735e0ddd81
Fix stray debug statement
author | mpm@selenic.com |
---|---|
date | Wed, 17 Aug 2005 18:41:04 -0800 |
parents | 54b2a42e501e |
children | 4cf418c2a013 f15901d053e1 6d21a3488df9 52d8d81e72ad 5197fb9d65d5 |
line wrap: on
line diff
--- 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")