From ef3e4f3674c7b46bdeb88cecf4be1695d90c6ba5 Mon Sep 17 00:00:00 2001 From: Aurelien Bricier <aurelien.bricier@c-s.fr> Date: Mon, 22 Nov 2010 16:59:04 +0100 Subject: [PATCH] STYLE: clean otbVariableLengthVectorConverter --- Code/Common/otbVariableLengthVectorConverter.txx | 1 - 1 file changed, 1 deletion(-) diff --git a/Code/Common/otbVariableLengthVectorConverter.txx b/Code/Common/otbVariableLengthVectorConverter.txx index 213290f62a..d064ae360d 100644 --- a/Code/Common/otbVariableLengthVectorConverter.txx +++ b/Code/Common/otbVariableLengthVectorConverter.txx @@ -124,7 +124,6 @@ VariableLengthVectorConverter< itk::SmartPointer< itk::Statistics::Histogram<TPi result[rsltIdx] = static_cast<OutputPrecisionType>(input->GetFrequency(i)); rsltIdx ++; } - std::cout << "Histogram to VLV" << std::endl; return result; } -- GitLab