diff --git a/src/definitions/modules/dropdown.js b/src/definitions/modules/dropdown.js index 96e3bb0d2..19b308a6a 100644 --- a/src/definitions/modules/dropdown.js +++ b/src/definitions/modules/dropdown.js @@ -920,7 +920,6 @@ $.fn.dropdown = function(parameters) { } } else if(pressedKey == keys.deleteKey || pressedKey == keys.backspace) { - console.log(caretAtStart, hasActiveLabel); if(hasActiveLabel) { module.verbose('Removing active labels'); if(isLastLabel) { @@ -1659,7 +1658,6 @@ $.fn.dropdown = function(parameters) { firstLetter = String(text).charAt(0).toLowerCase(), matchedLetter = letter.toLowerCase() ; - console.log(text, firstLetter, matchedLetter); if(firstLetter == matchedLetter) { if(!$choice.hasClass(className.selected)) { $nextValue = $choice; @@ -2538,7 +2536,7 @@ $.fn.dropdown.settings = { placeholder : 'auto', // whether to convert blank the values will be delmited with this character glyphWidth : 1.0714, // widest glyph width in em (W is 1.0714 em) used to calculate multiselect input width