diff --git a/react-components/.storybook/main.ts b/react-components/.storybook/main.ts index dc133a9a880..df1fda7a8af 100644 --- a/react-components/.storybook/main.ts +++ b/react-components/.storybook/main.ts @@ -13,7 +13,6 @@ const config: StorybookConfig = { builder: '@storybook/builder-vite' }, async viteFinal(config, { configType }) { - console.log(configType); if (config.plugins !== undefined) { remove(config.plugins, (plugin) => { return (plugin as any).name === 'vite-plugin-externalize-deps';