去除多余日志
This commit is contained in:
@@ -42,7 +42,7 @@ function __result(result) {
|
||||
if (item.listener && __match(result, item.match)) {
|
||||
matched = true;
|
||||
item.listener({ result, key: item.key });
|
||||
console.log("__result", { result, key: item.key });
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (matched) {
|
||||
|
||||
Reference in New Issue
Block a user