Skip to content

Commit

Permalink
** 去除多余Debug信息
Browse files Browse the repository at this point in the history
  • Loading branch information
linxinhong committed Dec 14, 2019
1 parent 1f16c8f commit c287701
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/class_menuz.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,12 @@
else if (RegExMatch(tagMatch2, "^[\s|]$")) {
Operator := "OR"
}
quickz.log({topic: "debug", content: item.name " " tagMatch " " env.JudgeFilterTag(tagMatch1) " " Operator })
allowAdd := (Operator == "AND") ? (allowAdd and tagResult) : (allowAdd or tagResult)
}
else {
break
}
}
quickz.log({topic: "debug", content: item.filter " " allowAdd })
}
if (allowAdd) {
if (IsObject(item.peer)) {
Expand Down

0 comments on commit c287701

Please sign in to comment.