Skip to content

Commit

Permalink
BUG: Remove duplicate Size entry in ImportImageFilter PrintSelf
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex authored and N-Dekker committed Mar 21, 2022
1 parent fc3e15b commit f372040
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Modules/Core/Common/include/itkImportImageFilter.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ ImportImageFilter<TPixel, VImageDimension>::PrintSelf(std::ostream & os, Indent
os << indent << "ImportImageContainer pointer: (None)" << std::endl;
}
os << indent << "Import buffer size: " << m_Size << std::endl;
os << indent << "Import buffer size: " << m_Size << std::endl;
if (m_ImportImageContainer)
{
os << indent
Expand Down

0 comments on commit f372040

Please sign in to comment.