Skip to content
Snippets Groups Projects
Commit 38877c01 authored by Soeren Peters's avatar Soeren Peters
Browse files

Remove debug print

parent 62ff1c18
No related branches found
No related tags found
1 merge request!326Add project_warnings and project_options target. A lot of clean up in cmake....
......@@ -15,7 +15,6 @@ namespace vf::basics
template <>
bool convert_to<bool>(const std::string& value)
{
printf("convert to bool \n");
return value == "true";
}
......
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