Skip to content

Commit

Permalink
remove leftover print() statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jonemo committed Jun 27, 2023
1 parent 7e4de85 commit b1e231f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion botocore/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b1e231f

Please sign in to comment.