Skip to content

Commit

Permalink
fix: removed console.info
Browse files Browse the repository at this point in the history
  • Loading branch information
jlopezcur committed Oct 31, 2023
1 parent 64a76cd commit 977a17c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ////////////////////////////////////////////////////////
Expand Down

0 comments on commit 977a17c

Please sign in to comment.