Skip to content

Commit 1ff044f

Browse files
committed
remove debug print from retry_on_timeout
1 parent 0cd9d0c commit 1ff044f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/util.py

-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ def wrapper(*args, **kwargs):
141141
bad = True
142142
for i in range(3):
143143
try:
144-
print("TRY", i, "for", f.__name__)
145144
f(*args, **kwargs)
146145
bad = False
147146
break

0 commit comments

Comments
 (0)