Skip to content
Snippets Groups Projects
Commit 661dd077 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH: remove cout during loading cli app

parent 2c2a57e2
Branches
Tags
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment