diff --git a/src/components/Atoms/TextInputWithDropdown/TextInputWithDropdown.js b/src/components/Atoms/TextInputWithDropdown/TextInputWithDropdown.js index 4fa45745..1d5e99de 100644 --- a/src/components/Atoms/TextInputWithDropdown/TextInputWithDropdown.js +++ b/src/components/Atoms/TextInputWithDropdown/TextInputWithDropdown.js @@ -66,7 +66,6 @@ const TextInputWithDropdown = React.forwardRef( }, [options.length, forceClosed, onChange]); const closeDropdown = () => { - console.log('handleDropdownInstructionClick'); setForceClosed(true); setActiveOption(-1); };