remove debug print
This commit is contained in:
parent
537cab18ed
commit
467580e1b9
|
@ -65,7 +65,6 @@ public:
|
||||||
if constexpr (std::is_same_v<T, std::string>) {
|
if constexpr (std::is_same_v<T, std::string>) {
|
||||||
return value;
|
return value;
|
||||||
} else {
|
} else {
|
||||||
std::cout << std::format("the value is: {}", value);
|
|
||||||
return std::stoi(value);
|
return std::stoi(value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue