Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaddeucci committed Nov 12, 2024
1 parent 675ed83 commit 4bdab71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gyjd/core/gyjd_callable.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def _attempt_call(self, *args, **kwargs):
raised_exceptions.append(e)

attempts -= 1
print(attempts)
if not attempts:
prepared_exception = GYJDMultipleException(raised_exceptions)
if self._return_exception_on_fail:
Expand Down

0 comments on commit 4bdab71

Please sign in to comment.