From 2559473225a92255e56cb4522413139e16a3602d Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:57:08 -0400 Subject: [PATCH] Remove debug line from whoreacted --- src/plugins/whoReacted/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/whoReacted/index.tsx b/src/plugins/whoReacted/index.tsx index b52929af..ac49e6af 100644 --- a/src/plugins/whoReacted/index.tsx +++ b/src/plugins/whoReacted/index.tsx @@ -169,8 +169,6 @@ export default definePlugin({ const reactions = getReactionsWithQueue(message, emoji, type); const users = Object.values(reactions).filter(Boolean) as User[]; - console.log(settings.store.avatarClick); - return (