Skip to content

Commit

Permalink
删除调试log
Browse files Browse the repository at this point in the history
  • Loading branch information
luckiestone committed Aug 1, 2022
1 parent 2edc4c2 commit a31766c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resource/sites/hdbits.org/getSearchResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
if(rows.eq(0).find(">td").length == 9) {
fieldIndex = {time: 3,size: 4,seeders: 6,leechers: 7,completed: 5,name: 1,author: 8,category: 0};
}
console.log(fieldIndex)
if (site.url.substr(-1) == "/") {
site.url = site.url.substr(0, site.url.length - 1);
}
Expand Down

0 comments on commit a31766c

Please sign in to comment.