Skip to content

Commit e6bd17a

Browse files
committed
chore: cleanup
1 parent 9bf0ab8 commit e6bd17a

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

packages/website/docs/getting-started/theming/tokens/shadows/shadows_table.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ export const ShadowsTable = ({ direction = 'down' }) => {
1313
const { euiTheme } = useEuiTheme();
1414
const isAmsterdam = euiTheme.themeName === EuiThemeAmsterdam.key;
1515

16-
console.log(euiTheme.themeName);
17-
1816
const items = shadowTypes.map((type) => ({
1917
id: type,
2018
token: `shadows.${type}.${direction}`,

packages/website/docs/getting-started/theming/utilities/shadows/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ const Example = ({ selectedBorder }: { selectedBorder: ShadowBorderOption }) =>
7575
const euiThemeContext = useEuiTheme();
7676
const { euiTheme } = euiThemeContext;
7777

78-
console.log(selectedBorder)
79-
8078
const styles = css`
8179
border-radius: ${euiTheme.border.radius.medium};
8280
${euiShadow(euiThemeContext, 'm', { border: selectedBorder })}}

0 commit comments

Comments
 (0)