We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83721c1 commit 238afa4Copy full SHA for 238afa4
1 file changed
backend/src/plugins/Automod/triggers/matchWords.ts
@@ -66,8 +66,6 @@ export const MatchWordsTrigger = automodTrigger<MatchResultType>()({
66
str = normalizeText(str);
67
}
68
69
- console.log([type, str]);
70
-
71
for (const regex of regexes) {
72
if (regex.test(str)) {
73
return {
0 commit comments