Commit ebe4e059 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove debug printouts



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4740 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 8d895d88
......@@ -703,7 +703,6 @@ fo.close()
#######################################################################
def restrict(fo, spec):
print("RX: ", spec)
if len(spec) == 0:
fo.write("\t 0,\n")
return
......@@ -737,7 +736,6 @@ struct var vcc_vars[] = {
""")
for i in sp_variables:
print(i)
typ = i[1]
if typ[:4] == "HDR_":
typ = "HEADER"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment