diff --git a/src/ArgParser.hpp b/src/ArgParser.hpp index 9ea27c3..faebf69 100644 --- a/src/ArgParser.hpp +++ b/src/ArgParser.hpp @@ -65,7 +65,6 @@ public: if constexpr (std::is_same_v) { return value; } else { - std::cout << std::format("the value is: {}", value); return std::stoi(value); } }