Remove console.log

This commit is contained in:
Josh Johnson 2019-12-26 12:41:39 +00:00
parent 825efc6fd0
commit e490b70f18

View file

@ -2258,8 +2258,6 @@ class Choices {
const isSelected = shouldPreselect ? true : choice.selected;
const isDisabled = choice.disabled;
console.log(isDisabled, choice);
this._addChoice({
value,
label,