From 1d7a31ec20dc36d11c49751283fa07bf28a4547b Mon Sep 17 00:00:00 2001 From: adator <85586985+adator85@users.noreply.github.com> Date: Sun, 14 Dec 2025 21:22:52 +0100 Subject: [PATCH] Remove print statment on irc.py --- core/irc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/irc.py b/core/irc.py index a7aff9e..6b08a7b 100644 --- a/core/irc.py +++ b/core/irc.py @@ -133,7 +133,7 @@ class Irc: run_once=True, thread_flag=True ) ) - print("start_heartbeat.................") + # print("start_heartbeat.................") # await self.ctx.Base.create_thread_io( # self.ctx.Utils.heartbeat,