Skip to content

Commit 48141f0

Browse files
committed
Remove logging that may not work in all situations.
1 parent 211e1c4 commit 48141f0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/sumo/wrapper/_retry_strategy.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ def _log_retry_info(retry_state):
99
# f"Elapsed: {retry_state.seconds_since_start}",
1010
# )
1111
print(
12-
f"Function: {retry_state.fn}; "
13-
f"Result: {retry_state.outcome.result()}; "
1412
f"Attempts: {retry_state.attempt_number}; "
1513
f"Elapsed: {retry_state.seconds_since_start}"
1614
)

0 commit comments

Comments
 (0)