diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2017-08-04 12:14:39 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2017-08-04 12:14:39 -0500 |
commit | 469317d9bd4d5ca442b32949fa26abcef16948b8 (patch) | |
tree | ea04a41050c9d938ad3e01512755e691be762024 /pngrutil.c | |
parent | 894a9869dd60a1774374696a112de71bf538c1da (diff) |
[libpng16] Removed a left-over debugging "printf" statement from pngrutil.c
Diffstat (limited to 'pngrutil.c')
-rw-r--r-- | pngrutil.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pngrutil.c b/pngrutil.c index 2baa11512..476837700 100644 --- a/pngrutil.c +++ b/pngrutil.c @@ -209,8 +209,6 @@ png_read_chunk_header(png_structrp png_ptr) if (length > limit) { - printf(" length = %lu, limit = %lu\n", - (unsigned long)length,(unsigned long)limit); png_debug2(0," length = %lu, limit = %lu", (unsigned long)length,(unsigned long)limit); png_chunk_error(png_ptr, "chunk data is too large"); |