From e490b70f18f250db52d03b886516fbbe4c91ea88 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Thu, 26 Dec 2019 12:41:39 +0000 Subject: [PATCH] Remove console.log --- src/scripts/choices.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/scripts/choices.ts b/src/scripts/choices.ts index 238bef8..9ecfebf 100644 --- a/src/scripts/choices.ts +++ b/src/scripts/choices.ts @@ -2258,8 +2258,6 @@ class Choices { const isSelected = shouldPreselect ? true : choice.selected; const isDisabled = choice.disabled; - console.log(isDisabled, choice); - this._addChoice({ value, label,