Skip to content
Snippets Groups Projects
Commit d649e3b1 authored by Julien Malik's avatar Julien Malik
Browse files

ENH: remove cout

parent 6b515496
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment