Skip to content

Commit

Permalink
removed log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Wanderski committed Mar 23, 2013
1 parent ed6a3dc commit 5976999
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion jquery.bxslider.js
Expand Up @@ -1228,7 +1228,6 @@
if (slider.active.last) slider.active.index = getPagerQty() - 1;
// if the active index (page) no longer exists due to the resize, simply set the index as last
if (slider.active.index >= getPagerQty()) slider.active.last = true;
console.log(slider.settings.pager);
// if a pager is being displayed and a custom pager is not being used, update it
if(slider.settings.pager && !slider.settings.pagerCustom){
populatePager();
Expand Down

0 comments on commit 5976999

Please sign in to comment.