Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
anacarolinats committed Oct 11, 2012
1 parent 6376d22 commit 1f83749
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bootstrap-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
var _this = this;
var _selected_index = this.$element.find('option:selected').index() ? this.$element.find('option:selected').index() : 0;

console.log(_selected_index);
this.$element.find('option').each(function(){
_li.push($(this).text());
});
Expand Down

0 comments on commit 1f83749

Please sign in to comment.