Skip to content

Commit

Permalink
Remove write to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Aug 21, 2024
1 parent 2a1bc77 commit 09c8c7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pantab/reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,6 @@ class DecimalReadHelper : public ReadHelper {
if constexpr (S() <= P()) {
const auto decimal_value = value.get<hyperapi::Numeric<P(), S()>>();
auto value_string = decimal_value.toString();
std::cout << std::endl
<< "Original value string is: " << value_string
<< std::endl;
std::erase(value_string, '.');
return value_string;
}
Expand Down

0 comments on commit 09c8c7b

Please sign in to comment.