From: kramm Date: Sat, 5 Apr 2008 07:25:52 +0000 (+0000) Subject: removed another unnecessary log message X-Git-Tag: buttons-working~279 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=573c6972379cba7d2a6990d38b56936e181e1eaa removed another unnecessary log message --- diff --git a/lib/png.c b/lib/png.c index e793367..95f5b11 100644 --- a/lib/png.c +++ b/lib/png.c @@ -484,7 +484,6 @@ EXPORT int getPNG(const char*sname, int*destwidth, int*destheight, unsigned char } if(!png_read_header(fi, &header)) { - printf("Error reading header from file %s\n", sname); return 0; }