From d649e3b150fd085903b724e75ef74143b5c8e281 Mon Sep 17 00:00:00 2001
From: Julien Malik <julien.malik@c-s.fr>
Date: Sun, 19 Jun 2011 14:41:07 +0200
Subject: [PATCH] ENH: remove cout

---
 Code/Core/otbWrapperApplication.cxx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Code/Core/otbWrapperApplication.cxx b/Code/Core/otbWrapperApplication.cxx
index 28e198cbb0..a7f683dde6 100644
--- a/Code/Core/otbWrapperApplication.cxx
+++ b/Code/Core/otbWrapperApplication.cxx
@@ -179,7 +179,6 @@ ParameterType Application::GetParameterType(std::string paramKey) const
     }
   else if (dynamic_cast<const EmptyParameter*>(param))
     {
-    std::cout << "GetParameterType Empty" << std::endl;
     type = ParameterType_Empty;
     }
  else if (dynamic_cast<const IntParameter*>(param))
-- 
GitLab