diff mercurial/hgweb/hgweb_mod.py @ 3611:967f1d00f521

hgweb: remove debugging print
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Wed, 01 Nov 2006 19:59:26 -0300
parents 44cd1eb72fd7
children d1b16a746db6
line wrap: on
line diff
--- 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):