remove noisy ignore log

This commit is contained in:
jaydenfyi 2026-01-26 23:38:28 +08:00
parent a7bab031c3
commit a45f2a578a

View File

@ -222,7 +222,6 @@ export async function monitorTwitchProvider(
});
if (!access.allowed) {
runtime.log?.(`Ignored message from ${message.username}: ${access.reason ?? "blocked"}`);
return;
}