mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
whoops
This commit is contained in:
parent
112bbc5478
commit
16f5dc4fd7
1 changed files with 0 additions and 2 deletions
|
@ -66,8 +66,6 @@ export const MatchWordsTrigger = automodTrigger<MatchResultType>()({
|
|||
str = normalizeText(str);
|
||||
}
|
||||
|
||||
console.log([type, str]);
|
||||
|
||||
for (const regex of regexes) {
|
||||
if (regex.test(str)) {
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue