Skip to content

Commit 238afa4

Browse files
committed
whoops
1 parent 83721c1 commit 238afa4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

backend/src/plugins/Automod/triggers/matchWords.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ export const MatchWordsTrigger = automodTrigger<MatchResultType>()({
6666
str = normalizeText(str);
6767
}
6868

69-
console.log([type, str]);
70-
7169
for (const regex of regexes) {
7270
if (regex.test(str)) {
7371
return {

0 commit comments

Comments
 (0)