Skip to content

Commit

Permalink
remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
zacyu committed Dec 3, 2015
1 parent 2cd9c09 commit 18afb46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bilibili_injected.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@

var biliHelperFunc = function() {
biliHelper.totalPage = $('.player-wrapper .v-plist').attr('length');
console.log(biliHelper.totalPage);
if (!isNaN(biliHelper.totalPage)) biliHelper.totalPage = parseInt(biliHelper.totalPage);
if (localStorage.getItem('bilimac_player_type') == 'force') {
biliHelper.switcher.set('bilimac');
Expand Down

0 comments on commit 18afb46

Please sign in to comment.