Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
christjt committed Sep 22, 2023
1 parent d892820 commit 7d18f6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion react-components/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 7d18f6e

Please sign in to comment.