Skip to content

Commit

Permalink
remove duplicate log
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Mar 6, 2018
1 parent 626fc40 commit baa06db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kuyruk/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ def _consume_messages(self):
self._main_loop(ch)
self._rejects.send_pending()

logger.debug("End run worker")

def _main_loop(self, ch):
while not self.shutdown_pending.is_set():
if self._max_load:
Expand Down

0 comments on commit baa06db

Please sign in to comment.