Skip to content

Commit 807ada8

Browse files
committed
移除 调试代码
1 parent e364526 commit 807ada8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Autopage.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
for (let i=0;i<menuAll.length;i++){ // 如果读取到的值为 null 就写入默认值
124124
if (GM_getValue(menuAll[i][0]) == null){GM_setValue(menuAll[i][0], menuAll[i][3])};
125125
}
126-
console.log('1111111111111111111111111111111111111111111111')
126+
127127
getRulesUrl();
128128
registerMenuCommand();
129129
if (menuId.length < 4) {return}

0 commit comments

Comments
 (0)