From f0f3d817f2998c13f4a597ac3a1e93d61e3ebc03 Mon Sep 17 00:00:00 2001
From: remicres <remi.cresson@teledetection.fr>
Date: Thu, 11 Aug 2016 13:15:37 +0000
Subject: [PATCH] REFAC: useless refactorisation

---
 include/lsgrmSplitter.txx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/lsgrmSplitter.txx b/include/lsgrmSplitter.txx
index 19b5c6c..c0f5f47 100644
--- a/include/lsgrmSplitter.txx
+++ b/include/lsgrmSplitter.txx
@@ -133,8 +133,7 @@ void SplitOTBImage(TInputImage * imagePtr, // input image
       typename TInputImage::RegionType region(index, size);
       m_Tiles[i].region = region;
 
-      std::cout << "Tile " << i << ": ";
-      region.Print(std::cout);
+      std::cout << "Tile " << i << ": start at " << index << " with size " << size << std::endl;
 
       /* Is there a neighbor at the rop right */
       if(row > 0 && col < nbTilesX - 1)
-- 
GitLab