mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
Removed debug code
This commit is contained in:
parent
8dd1e05d6e
commit
7b2a2eb326
@ -71,7 +71,6 @@ gdImagePtr gdImageCreateFromWebpCtx (gdIOCtx * infile)
|
||||
|
||||
do {
|
||||
n = gdGetBuf(dummy, 1024, infile);
|
||||
printf("%i\n", n);
|
||||
size += n;
|
||||
} while (n != EOF);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user