diff --git a/Code/FeatureExtraction/otbTouziEdgeDetectorImageFilter.txx b/Code/FeatureExtraction/otbTouziEdgeDetectorImageFilter.txx
index 4701582e37a02d1afa57831cabab68ebac036028..6b2c9554cf733c199a9070d4064cf89393be9247 100755
--- a/Code/FeatureExtraction/otbTouziEdgeDetectorImageFilter.txx
+++ b/Code/FeatureExtraction/otbTouziEdgeDetectorImageFilter.txx
@@ -209,8 +209,7 @@ void TouziEdgeDetectorImageFilter< TInputImage, TOutputImage>
   for (fit=faceList.begin(); fit != faceList.end(); ++fit)
     { 
    
-otbMsgDevMacro(<< cpt );    	
-    cpt += 1;
+   cpt += 1;
     
     bit = itk::ConstNeighborhoodIterator<InputImageType>(m_Radius, input, *fit);
     unsigned int neighborhoodSize = bit.Size();