Skip to content

Commit

Permalink
chore: reduce loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Apr 22, 2024
1 parent fe53100 commit 49e566a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion a_sync/primitives/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ def __await__(self):
self._asyncio_future_blocking = True
self._waiters.add(current_task := asyncio.current_task(self._loop))
logger.info("awaiting %s", self)
logger.info("%s waiters: %s", self, self._waiters)
logger.info("workers: %s", self._queue._workers)
yield self # This tells Task to wait for completion.
self._waiters.remove(current_task)
Expand Down

0 comments on commit 49e566a

Please sign in to comment.