From 16f5dc4fd738e53d809b62a6eb437c83cad33555 Mon Sep 17 00:00:00 2001 From: Ruby Date: Sun, 12 May 2024 14:27:39 +0200 Subject: [PATCH] whoops --- backend/src/plugins/Automod/triggers/matchWords.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/src/plugins/Automod/triggers/matchWords.ts b/backend/src/plugins/Automod/triggers/matchWords.ts index 17324649..992494b3 100644 --- a/backend/src/plugins/Automod/triggers/matchWords.ts +++ b/backend/src/plugins/Automod/triggers/matchWords.ts @@ -66,8 +66,6 @@ export const MatchWordsTrigger = automodTrigger()({ str = normalizeText(str); } - console.log([type, str]); - for (const regex of regexes) { if (regex.test(str)) { return {