r5460 - trunk/varnish-cache/lib/libvcl

phk at varnish-cache.org phk at varnish-cache.org
Mon Oct 25 09:54:06 CEST 2010


Author: phk
Date: 2010-10-25 09:54:06 +0200 (Mon, 25 Oct 2010)
New Revision: 5460

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_compile.c
Log:
Remove spurious debug printf



Modified: trunk/varnish-cache/lib/libvcl/vcc_compile.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_compile.c	2010-10-25 07:53:08 UTC (rev 5459)
+++ trunk/varnish-cache/lib/libvcl/vcc_compile.c	2010-10-25 07:54:06 UTC (rev 5460)
@@ -766,6 +766,5 @@
 {
 	
 	CHECK_OBJ_NOTNULL(tl, VCC_MAGIC);
-	printf("EU= %u\n", u);
 	tl->err_unref = u;
 }




More information about the varnish-commit mailing list