Skip to content

Commit ad5a05f

Browse files
committed
update static rule show list
1 parent 4170424 commit ad5a05f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extension/options_ui/js/CommonBundle/Components/showStaticRules.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ let showStaticRules = () => {
77
let list_box = document.querySelector(".rule_static_set_list");
88
let list = "";
99
mainifest.declarative_net_request.rule_resources.map((value, index) => {
10-
console.log(value)
1110
if (value.enabled) {
1211
list += `<li data-rule-id="${value.id}">${value.id}</li>`;
1312
}

0 commit comments

Comments
 (0)