From a93f68191317926af111d1a80b76070443b88cf8 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Mon, 2 Jan 2023 13:25:19 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E5=88=A0=E9=99=A4=E7=83=AD=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=B5=8B=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/qqbot/process.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/qqbot/process.py b/pkg/qqbot/process.py index 1fb854d4..6d95ce45 100644 --- a/pkg/qqbot/process.py +++ b/pkg/qqbot/process.py @@ -25,7 +25,6 @@ processing = [] def process_message(launcher_type: str, launcher_id: int, text_message: str, message_chain: MessageChain, sender_id: int) -> MessageChain: global processing - print("hot update test: process_message") mgr = pkg.utils.context.get_qqbot_manager()