Skip to content
Snippets Groups Projects
Commit d768e020 authored by Julien Malik's avatar Julien Malik
Browse files

STYLE: remove cout

parent 8503e577
No related branches found
No related tags found
No related merge requests found
......@@ -107,8 +107,6 @@ typename ParserConditionDataNodeFeatureFunction<TImage, TCoordRep, TPrecision>
}
OutputType output;
std::cout << "nbValidPixel " << nbValidPixel << std::endl;
std::cout << "nbVisitedPixel " << nbVisitedPixel << std::endl;
if(nbVisitedPixel == 0)
{
output.push_back(static_cast<PrecisionType>(0.));
......@@ -120,7 +118,6 @@ std::cout << "nbVisitedPixel " << nbVisitedPixel << std::endl;
output.push_back(static_cast<PrecisionType>(nbValidPixel));
output.push_back(static_cast<PrecisionType>(nbVisitedPixel));
std::cout << "output " << output[0] << std::endl;
return output;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment