From 0f8009d96405f2f6d97b94e99e58763b459e4d54 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Thu, 22 Aug 2024 16:16:49 -0400 Subject: [PATCH] Update parse_number.h --- include/fast_float/parse_number.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fast_float/parse_number.h b/include/fast_float/parse_number.h index b1cbfec7..551eef61 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(),