Skip to content
Snippets Groups Projects
Commit dda04b98 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Some more debug log reduction

parent 9911e9e6
No related branches found
No related tags found
No related merge requests found
......@@ -375,7 +375,7 @@ class FlamencoWorker:
self.state = WorkerState.AWAKE
self._cleanup_state_for_new_task()
self._log.debug('Going to fetch task in %s seconds', delay)
# self._log.debug('Going to fetch task in %s seconds', delay)
await asyncio.sleep(delay)
# Prevent outgoing queue overflowing by waiting until it's below the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment