From: Glenn Randers-Pehrson Date: Sun, 30 Jul 2017 01:36:17 +0000 (-0400) Subject: .... X-Git-Tag: 7.0.6-5~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a9dddc1a950dfe6189111c2145f5a4292cd5f32;p=imagemagick .... --- 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) {