diff --git a/include/fast_float/parse_number.h b/include/fast_float/parse_number.h index b1cbfec..551eef6 100644 --- a/include/fast_float/parse_number.h +++ b/include/fast_float/parse_number.h @@ -199,7 +199,6 @@ from_chars(UC const *first, UC const *last, T &value, template FASTFLOAT_CONSTEXPR20 from_chars_result_t from_chars_advanced(parsed_number_string_t &pns, T &value) noexcept { - printf("from_chars_advanced\n"); static_assert(is_supported_float_type(), "only some floating-point types are supported"); static_assert(is_supported_char_type(),