Update parse_number.h
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 @@
 template <typename T, typename UC>
 FASTFLOAT_CONSTEXPR20 from_chars_result_t<UC>
 from_chars_advanced(parsed_number_string_t<UC> &pns, T &value) noexcept {
-  printf("from_chars_advanced\n");
   static_assert(is_supported_float_type<T>(),
                 "only some floating-point types are supported");
   static_assert(is_supported_char_type<UC>(),