From 7a9dddc1a950dfe6189111c2145f5a4292cd5f32 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sat, 29 Jul 2017 21:36:17 -0400 Subject: [PATCH] .... --- coders/png.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/coders/png.c b/coders/png.c index 595c4c3dd..9c03e6754 100644 --- a/coders/png.c +++ b/coders/png.c @@ -4284,12 +4284,6 @@ static Image *ReadPNGImage(const ImageInfo *image_info, "SetImageColorspace to RGBColorspace"); SetImageColorspace(image,RGBColorspace,exception); } - else - { - (void) LogMagickEvent(CoderEvent,GetMagickModule(), - "NOT SetImageColorspace to RGBColorspace, image->gamma=%g", - image->gamma); - } if (logging != MagickFalse) { -- 2.40.0