Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopper committed Oct 28, 2024
1 parent c389ddc commit 22765a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storey/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ async def _run_loop(self):
await _commit_handled_events(self._outstanding_offsets, committer, commit_all=True)
self._termination_future.set_result(termination_result)
except BaseException as ex:
traceback.print_exc()
if self.logger:
message = "An error was raised"
raised_by = getattr(ex, "_raised_by_storey_step", None)
Expand Down

0 comments on commit 22765a0

Please sign in to comment.