diff --git a/include/upm_string_parser.hpp b/include/upm_string_parser.hpp index 7f8cda68..7f36dd5b 100644 --- a/include/upm_string_parser.hpp +++ b/include/upm_string_parser.hpp @@ -26,10 +26,6 @@ namespace upm { } strTokens.push_back(initStr.substr(start, end)); - for (auto i : strTokens) - std::cout << i << " "; - std::cout << std::endl; - return strTokens; } };