##// END OF EJS Templates
Remove debug print
mpm@selenic.com -
r984:edc368e0 default
parent child Browse files
Show More
@@ -630,7 +630,6 b' class hgweb:'
630 b = os.path.basename("map-" + args['style'][0])
630 b = os.path.basename("map-" + args['style'][0])
631 p = os.path.join(t, b)
631 p = os.path.join(t, b)
632 if os.path.isfile(p): m = p
632 if os.path.isfile(p): m = p
633 print m
634
633
635 port = os.environ["SERVER_PORT"]
634 port = os.environ["SERVER_PORT"]
636 port = port != "80" and (":" + port) or ""
635 port = port != "80" and (":" + port) or ""
General Comments 0
You need to be logged in to leave comments. Login now