From 60db38ea72619110fba96e3b4805acc6634ac74a Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 30 Apr 2015 12:20:21 -0400 Subject: [PATCH] #2060, clean up debug, remove testing settings --- src/definitions/modules/dropdown.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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