worker: remove unecessary log call

This commit is contained in:
Luna Mendes 2018-08-08 16:55:30 -03:00
parent 6ce9f10645
commit 93de3dfda0
1 changed files with 0 additions and 1 deletions

View File

@ -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()