From: Ilia Alshanetsky Date: Tue, 5 Oct 2010 12:27:00 +0000 (+0000) Subject: Removed debug code X-Git-Tag: php-5.4.0alpha1~191^2~827 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b2a2eb326e64c3a4661c5f3f6a1bd0af392e553;p=php Removed debug code --- diff --git a/ext/gd/libgd/gd_webp.c b/ext/gd/libgd/gd_webp.c index 6259aa886a..889f5f10a6 100644 --- a/ext/gd/libgd/gd_webp.c +++ b/ext/gd/libgd/gd_webp.c @@ -71,7 +71,6 @@ gdImagePtr gdImageCreateFromWebpCtx (gdIOCtx * infile) do { n = gdGetBuf(dummy, 1024, infile); - printf("%i\n", n); size += n; } while (n != EOF);