Remove print statment on irc.py

This commit is contained in:
adator
2025-12-14 21:22:52 +01:00
parent f2323f7a3c
commit 1d7a31ec20

View File

@@ -133,7 +133,7 @@ class Irc:
run_once=True, thread_flag=True run_once=True, thread_flag=True
) )
) )
print("start_heartbeat.................") # print("start_heartbeat.................")
# await self.ctx.Base.create_thread_io( # await self.ctx.Base.create_thread_io(
# self.ctx.Utils.heartbeat, # self.ctx.Utils.heartbeat,