Skip to content

Commit

Permalink
removing leftover print
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lemire committed Jan 28, 2024
1 parent a0ea962 commit 12ece3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/fast_float/parse_number.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ template<typename T, typename UC, typename>
FASTFLOAT_CONSTEXPR20
from_chars_result_t<UC> from_chars(UC const * first, UC const * last,
T &value, chars_format fmt /*= chars_format::general*/) noexcept {
printf("from_chars to call\n");
return from_chars_caller<T>::call(first, last, value, parse_options_t<UC>(fmt));
}

Expand Down

0 comments on commit 12ece3c

Please sign in to comment.