去除多余日志

This commit is contained in:
iqudoo
2026-04-30 10:34:49 +08:00
parent 11a523bf86
commit 8ebe8b0b34
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -42,7 +42,7 @@ function __result(result) {
if (item.listener && __match(result, item.match)) { if (item.listener && __match(result, item.match)) {
matched = true; matched = true;
item.listener({ result, key: item.key }); item.listener({ result, key: item.key });
console.log("__result", { result, key: item.key }); break;
} }
} }
if (matched) { if (matched) {