Skip to content

Commit

Permalink
remove debug print from retry_on_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rthalley committed Oct 12, 2024
1 parent 0cd9d0c commit 1ff044f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def wrapper(*args, **kwargs):
bad = True
for i in range(3):
try:
print("TRY", i, "for", f.__name__)
f(*args, **kwargs)
bad = False
break
Expand Down

0 comments on commit 1ff044f

Please sign in to comment.