diff --git a/modules/react/select/lib/hooks/useSelectInput.ts b/modules/react/select/lib/hooks/useSelectInput.ts index 6a59997dd6..c2d3a08b43 100644 --- a/modules/react/select/lib/hooks/useSelectInput.ts +++ b/modules/react/select/lib/hooks/useSelectInput.ts @@ -149,7 +149,6 @@ export const useSelectInput = composeHooks( if (event.key !== 'Tab') { event.preventDefault(); } - console.log(elemProps.keySofar); // Select should open if Spacebar is typed and nothing has been typed AND the menu is hidden if (