From a0408c76fa1cf8a2916f8dc14a8b5e89f8892552 Mon Sep 17 00:00:00 2001 From: Yann Le Poul Date: Tue, 9 Oct 2018 22:31:37 +0200 Subject: [PATCH] BUG: IsReadAsScalarPlusPalette already printed in parent class Change-Id: Ie006d2b525009d23ba8b3e98a78f604d50e88b5f --- Modules/IO/PNG/src/itkPNGImageIO.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Modules/IO/PNG/src/itkPNGImageIO.cxx b/Modules/IO/PNG/src/itkPNGImageIO.cxx index d80f3224557..51ba40d3157 100644 --- a/Modules/IO/PNG/src/itkPNGImageIO.cxx +++ b/Modules/IO/PNG/src/itkPNGImageIO.cxx @@ -314,10 +314,6 @@ void PNGImageIO::PrintSelf(std::ostream & os, Indent indent) const Superclass::PrintSelf(os, indent); os << indent << "CompressionLevel: " << m_CompressionLevel << std::endl; - if ( m_IsReadAsScalarPlusPalette ) - { - os << "Read as Scalar Image plus palette" << "\n"; - } if( m_ColorPalette.size() > 0 ) { os << indent << "ColorPalette:" << std::endl;