From 977a17c0dd51c83e949a7fa67d104919db8b92fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20L=C3=B3pez=20=C3=9Abeda?= Date: Tue, 31 Oct 2023 12:08:08 +0100 Subject: [PATCH] fix: removed console.info --- .../core/src/components/SelectControl/styled/StyledSelectMenu.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/core/src/components/SelectControl/styled/StyledSelectMenu.ts b/packages/core/src/components/SelectControl/styled/StyledSelectMenu.ts index f2f3cfa07..03d28e917 100644 --- a/packages/core/src/components/SelectControl/styled/StyledSelectMenu.ts +++ b/packages/core/src/components/SelectControl/styled/StyledSelectMenu.ts @@ -62,7 +62,6 @@ export const StyledSelectMenu = styled.div.attrs({ const optionHorSpacing = fieldTokens.space.padding.hor[size]; const elevation = FIELD_MENU_LEVEL_ELEVATION_MAP[menuLevel >= 0 ? menuLevel : 3]; - console.info('menuRelative', menuRelative); return css` .${classNamePrefix} { // SELECT__MENU ////////////////////////////////////////////////////////