From 469317d9bd4d5ca442b32949fa26abcef16948b8 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Fri, 4 Aug 2017 12:14:39 -0500 Subject: [PATCH] [libpng16] Removed a left-over debugging "printf" statement from pngrutil.c --- pngrutil.c | 2 -- 1 file changed, 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");