hgweb: remove debugging print
authorAlexis S. L. Carvalho <alexis@cecm.usp.br>
Wed, 01 Nov 2006 19:59:26 -0300
changeset 3611 967f1d00f521
parent 3610 44cd1eb72fd7
child 3612 d1b16a746db6
hgweb: remove debugging print
mercurial/hgweb/hgweb_mod.py
--- a/mercurial/hgweb/hgweb_mod.py	Wed Nov 01 22:06:24 2006 +0100
+++ b/mercurial/hgweb/hgweb_mod.py	Wed Nov 01 19:59:26 2006 -0300
@@ -1102,7 +1102,6 @@
 
                 fp.seek(0)
                 header = fp.read(6)
-                print repr(header)
                 if not header.startswith("HG"):
                     # old client with uncompressed bundle
                     def generator(f):