去除多余日志
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user