Skip to content

Commit 1a742f7

Browse files
committed
utils: asyncloop: remove duplicated log
Signed-off-by: Eric Courtois <[email protected]>
1 parent 86e5d5d commit 1a742f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cogip/utils/asyncloop.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ async def task(self) -> None:
6969
wait = self.interval - duration
7070
await asyncio.sleep(wait)
7171
except asyncio.CancelledError:
72-
self._logger.info("Task cancelled")
7372
raise
7473

7574
def start(self):

0 commit comments

Comments
 (0)