]> granicus.if.org Git - imagemagick/commitdiff
....
authorGlenn Randers-Pehrson <glennrp@gmail.com>
Sun, 30 Jul 2017 01:36:17 +0000 (21:36 -0400)
committerGlenn Randers-Pehrson <glennrp@gmail.com>
Sun, 30 Jul 2017 01:36:17 +0000 (21:36 -0400)
coders/png.c

index 595c4c3ddde06cb5f859147b9d8119354a2b8af3..9c03e6754bb7b8cbc993aecd9b46c31f49ca5516 100644 (file)
@@ -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)
     {