# HG changeset patch # User Alexis S. L. Carvalho # Date 1162421966 10800 # Node ID 967f1d00f5216989aca687ffc9a754eae45a9b05 # Parent 44cd1eb72fd7eb16089d5c155f9fbf2624b19675 hgweb: remove debugging print diff --git a/mercurial/hgweb/hgweb_mod.py b/mercurial/hgweb/hgweb_mod.py --- a/mercurial/hgweb/hgweb_mod.py +++ b/mercurial/hgweb/hgweb_mod.py @@ -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):