r4740 - trunk/varnish-cache/lib/libvcl

phk at varnish-cache.org phk at varnish-cache.org
Wed Apr 28 11:54:52 CEST 2010


Author: phk
Date: 2010-04-28 11:54:52 +0200 (Wed, 28 Apr 2010)
New Revision: 4740

Modified:
   trunk/varnish-cache/lib/libvcl/generate.py
Log:
Remove debug printouts



Modified: trunk/varnish-cache/lib/libvcl/generate.py
===================================================================
--- trunk/varnish-cache/lib/libvcl/generate.py	2010-04-28 09:54:13 UTC (rev 4739)
+++ trunk/varnish-cache/lib/libvcl/generate.py	2010-04-28 09:54:52 UTC (rev 4740)
@@ -703,7 +703,6 @@
 #######################################################################
 
 def restrict(fo, spec):
-	print("RX: ", spec)
 	if len(spec) == 0:
 		fo.write("\t    0,\n")
 		return
@@ -737,7 +736,6 @@
 """)
 
 for i in sp_variables:
-	print(i)
 	typ = i[1]
 	if typ[:4] == "HDR_":
 		typ = "HEADER"




More information about the varnish-commit mailing list