From 4f465e4d8b36f19d49e81bee1c35642d426c5e50 Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Wed, 26 Jul 2006 16:33:01 +0000
Subject: [PATCH] Suppression commentaire

---
 Code/Common/otbExtractROIBase.txx | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Code/Common/otbExtractROIBase.txx b/Code/Common/otbExtractROIBase.txx
index 7c758fbdd8..995e823deb 100755
--- a/Code/Common/otbExtractROIBase.txx
+++ b/Code/Common/otbExtractROIBase.txx
@@ -138,9 +138,6 @@ ExtractROIBase<TInputImage,TOutputImage>
                 m_SizeY = inputRegion.GetSize()[1] - m_StartY;
         }
         
-       
-//std::cout <<"m_Start "<<m_StartX<<"  "<<m_StartY<<" m_Size "<<m_SizeX  <<"  "<<m_SizeY<<" "<<inputRegion.GetSize()[1] <<"  "<<inputRegion.GetSize()[0]<<std::endl;
-
         InputImageIndexType start;
         start[0] = m_StartX;
         start[1] = m_StartY;
-- 
GitLab