diff --git a/Code/Core/otbWrapperApplication.cxx b/Code/Core/otbWrapperApplication.cxx index 28e198cbb019c7da55fc3412429939d46bd5fc35..a7f683dde64338465e295baca8247c34d7dc3a95 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))