Skip to content

Commit

Permalink
#2524 - remove console log (actually)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jul 7, 2015
1 parent 43b8be1 commit 64b087d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/definitions/modules/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,6 @@ $.fn.dropdown = function(parameters) {
? callback
: function(){}
;
console.log(inDocument, inModule);
if(inDocument && !inModule) {
module.verbose('Triggering event', callback);
callback();
Expand Down Expand Up @@ -2026,7 +2025,6 @@ $.fn.dropdown = function(parameters) {
// check next of same letter
if(alreadySelectedLetter) {
$nextItem = $selectedItem.nextAll($item).eq(0);
console.log($nextItem, module.has.firstLetter($nextItem, letter));
if( module.has.firstLetter($nextItem, letter) ) {
$nextValue = $nextItem;
}
Expand Down

0 comments on commit 64b087d

Please sign in to comment.