From 6ef3b79effe4250b8818e6b1d2ae64561c079be6 Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Wed, 14 Jan 2009 17:46:20 +0800
Subject: [PATCH] STYLE: removing some otbMsgDevMacro

---
 Code/IO/otbDEMToImageGenerator.txx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Code/IO/otbDEMToImageGenerator.txx b/Code/IO/otbDEMToImageGenerator.txx
index 506d23e9ea..23ff3540a8 100644
--- a/Code/IO/otbDEMToImageGenerator.txx
+++ b/Code/IO/otbDEMToImageGenerator.txx
@@ -102,10 +102,10 @@ namespace otb
       currentindex=outIt.GetIndex();
       DEMImage->TransformIndexToPhysicalPoint(currentindex, phyPoint);
 
-      otbMsgDevMacro(<< "PhyPoint : (" << phyPoint[0] << "," << phyPoint[1] << ")") ;
+//       otbMsgDevMacro(<< "PhyPoint : (" << phyPoint[0] << "," << phyPoint[1] << ")") ;
 
       height=m_DEMHandler->GetHeightAboveMSL(phyPoint); // Altitude calculation
-      otbMsgDevMacro(<< "height" << height) ;
+//       otbMsgDevMacro(<< "height" << height) ;
       // MNT sets a default value (-32768) at point where it doesn't have altitude information.
       // OSSIM has chosen to change this default value in OSSIM_DBL_NAN (-4.5036e15).
       if (!ossim::isnan(height))
-- 
GitLab