diff --git a/include/lsgrmSplitter.txx b/include/lsgrmSplitter.txx
index 19b5c6c4266ff1fcc50392ea8c210efd0647e816..c0f5f47c2382be252f539180689fdffb83b47128 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)