diff --git a/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx b/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx index 6fbe0c0ac56d386733509544a572eda1b744ba60..e6c2a631859a2d6dc03104871b8e064f777c6a75 100644 --- a/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx +++ b/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx @@ -93,9 +93,7 @@ void CommandLineLauncher::DeleteWatcherList() bool CommandLineLauncher::Load(const std::string & exp) { - std::cout<<exp<<std::endl; m_Expression = exp; - return this->Load(); }