Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi authored May 23, 2023
1 parent 52b3b29 commit b3884cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module.exports = {
},
babel: async options => {
const { plugins = [] } = options;
console.log(plugins);
return {
...options,
presets: [
Expand Down

0 comments on commit b3884cb

Please sign in to comment.