From f4967244223023e04025767b788f4948f5576fc9 Mon Sep 17 00:00:00 2001 From: camila314 <47485054+camila314@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:59:29 -0500 Subject: [PATCH] remove console log --- src/plugins/keywordNotify/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/keywordNotify/index.tsx b/src/plugins/keywordNotify/index.tsx index d7aeedf9a..745009e25 100644 --- a/src/plugins/keywordNotify/index.tsx +++ b/src/plugins/keywordNotify/index.tsx @@ -393,7 +393,6 @@ export default definePlugin({ }; const messageRender = (e, t) => { - console.log(this); const msg = this.renderMsg({ message: e, gotoMessage: t,