From 7939af0648aff7537b2eb3ff193fc16e94becc8b Mon Sep 17 00:00:00 2001 From: Manuel Carrera Date: Mon, 28 Oct 2024 13:30:27 -0600 Subject: [PATCH] Update modules/react/select/lib/hooks/useSelectInput.ts Co-authored-by: Nicholas Boll --- modules/react/select/lib/hooks/useSelectInput.ts | 1 - 1 file changed, 1 deletion(-) 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 (