[master] d94db39 Remove a debugging print
Poul-Henning Kamp
phk at FreeBSD.org
Tue Mar 25 08:51:53 CET 2014
commit d94db39f17311760bb95e166e68a9a109fafdc78
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Tue Mar 25 07:51:44 2014 +0000
Remove a debugging print
diff --git a/lib/libvcc/generate.py b/lib/libvcc/generate.py
index b6ccfe2..a118513 100755
--- a/lib/libvcc/generate.py
+++ b/lib/libvcc/generate.py
@@ -1002,7 +1002,6 @@ def one_var(nm, spec):
if nm == i[0]:
fh.write("VCL_" + typ +
" VRT_r_%s(const struct vrt_ctx *);\n" % cnam )
- print(spec)
restrict(fo, spec[2])
if len(spec[3]) == 0:
More information about the varnish-commit
mailing list