From e48fcf4da0f54f776d3dd6164e98b46f98e64a0d Mon Sep 17 00:00:00 2001
From: Otmane Lahlou <otmane.lahlou@c-s.fr>
Date: Mon, 11 May 2009 15:46:56 +0200
Subject: [PATCH] ENH : remove traces

---
 Code/FeatureExtraction/otbLineSegmentDetector.txx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Code/FeatureExtraction/otbLineSegmentDetector.txx b/Code/FeatureExtraction/otbLineSegmentDetector.txx
index 721ab73ecd..f86af66807 100644
--- a/Code/FeatureExtraction/otbLineSegmentDetector.txx
+++ b/Code/FeatureExtraction/otbLineSegmentDetector.txx
@@ -249,7 +249,6 @@ LineSegmentDetector<TInputImage, TPrecision>
   /** Compute the rectangle*/
   CoordinateHistogramIteratorType     ItRegion = m_RegionList.begin();
   DirectionVectorIteratorType         ItDir    =  m_DirectionVector.begin();
-  std::cout << " NB DE REGIONS : "<< m_RegionList.size()<< std::endl;
   
   while(ItRegion != m_RegionList.end() && ItDir !=m_DirectionVector.end() )
     {
-- 
GitLab