From b1e231f685eed6b7d450f1951482b1dc9a5bb651 Mon Sep 17 00:00:00 2001 From: Jonas Neubert Date: Tue, 27 Jun 2023 10:16:47 -0600 Subject: [PATCH] remove leftover print() statement --- botocore/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/botocore/utils.py b/botocore/utils.py index f40afe0c9c..67755968de 100644 --- a/botocore/utils.py +++ b/botocore/utils.py @@ -954,7 +954,6 @@ def parse_timestamp(value): tzinfo_options = get_tzinfo_options() for tzinfo in tzinfo_options: try: - print(f"_parse_timestamp_with_tzinfo({value}, {tzinfo})") return _parse_timestamp_with_tzinfo(value, tzinfo) except (OSError, OverflowError) as e: logger.debug(