From: Tony Cook Date: Thu, 16 Sep 2010 13:25:52 +0000 (+0000) Subject: don't display the raw text version of the gih header version to reduce noise X-Git-Tag: Imager-0.79~50 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/83245a4f86c381a7ba70aa47e25c042afd071e44 don't display the raw text version of the gih header version to reduce noise --- diff --git a/GIF/Makefile.PL b/GIF/Makefile.PL index bdf8620f..9e7997f1 100644 --- a/GIF/Makefile.PL +++ b/GIF/Makefile.PL @@ -112,7 +112,6 @@ const char vers[] = GIF_LIB_VERSION; const char *versp = vers; int ver_maj; int ver_min; -fprintf(stderr, "GIF: header version '%s'\n", GIF_LIB_VERSION); gf=DGifOpenFileName("testimg/expected.gif"); if (!gf) { fprintf(stderr, "GIF: Cannot open testimg/expected.gif\n");