worker: remove unecessary log call
This commit is contained in:
parent
6ce9f10645
commit
93de3dfda0
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ class ServiceWorker:
|
|||
async def _work_loop(self):
|
||||
try:
|
||||
while True:
|
||||
self.log.info(f'polling {self.name}')
|
||||
self.last_poll = time.monotonic()
|
||||
res = await self.work()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue