hgweb: remove debugging print

This commit is contained in:
Alexis S. L. Carvalho 2006-11-01 19:59:26 -03:00
parent b15071fd87
commit 444ab6d2a3

View File

@ -1102,7 +1102,6 @@ class hgweb(object):
fp.seek(0)
header = fp.read(6)
print repr(header)
if not header.startswith("HG"):
# old client with uncompressed bundle
def generator(f):