diff --git a/extensions/twitch/src/monitor.ts b/extensions/twitch/src/monitor.ts index f229a24cf..11597001b 100644 --- a/extensions/twitch/src/monitor.ts +++ b/extensions/twitch/src/monitor.ts @@ -222,7 +222,6 @@ export async function monitorTwitchProvider( }); if (!access.allowed) { - runtime.log?.(`Ignored message from ${message.username}: ${access.reason ?? "blocked"}`); return; }