diff --git a/Code/Common/otbVariableLengthVectorConverter.txx b/Code/Common/otbVariableLengthVectorConverter.txx index 213290f62a67ba39fb6c31ca5a65e85f73625e07..d064ae360dae0d0e006670ccd58a14881d5aa314 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; }