Skip to content

Commit

Permalink
#2666 remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jul 20, 2015
1 parent 14dea43 commit e906663
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/definitions/modules/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -2509,7 +2509,6 @@ $.fn.dropdown = function(parameters) {
module.verbose('Removing from delimited values', removedValue);
newValue = module.remove.arrayValue(removedValue, values);
newValue = newValue.join(settings.delimiter);
console.log(newValue);
}
if(settings.fireOnInit === false && module.is.initialLoad()) {
module.verbose('No callback on initial load', settings.onRemove);
Expand Down

0 comments on commit e906663

Please sign in to comment.