Skip to content

Commit 760288c

Browse files
committed
chore: remove obsolete polling_task heartbeat log
1 parent 0b3aecf commit 760288c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

commands/nemp.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,6 @@ async def polling_task(self, _pipe):
397397
staff_channel = the_poller.config.get("irc", {}).get("staff_channel")
398398

399399
while True:
400-
nemp_logger.debug("polling_task: I'm still running!")
401-
402400
try:
403401
coros = [
404402
_poll_single_mod(the_poller, mod_name)

0 commit comments

Comments
 (0)