Skip to content
Snippets Groups Projects
Commit 2739b594 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

STYLE: remove useless cout

parent ea14b58f
Branches
Tags
No related merge requests found
......@@ -63,7 +63,6 @@ ConfusionMatrixCalculator<TListLabel>
if( refLabels->Size() != prodLabels->Size() )
{
otbMsgDebugMacro(<< "refLabels size = " << refLabels->Size() << " / proLabels size = " << prodLabels->Size());
std::cout<< "refLabels size = " << refLabels->Size() << " / proLabels size = " << prodLabels->Size();
throw itk::ExceptionObject(__FILE__, __LINE__, "ListSample size missmatch", ITK_LOCATION);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment