Skip to content

Commit

Permalink
chore: remove console log from storybook config
Browse files Browse the repository at this point in the history
  • Loading branch information
abaicus committed Jan 29, 2025
1 parent 4765c7d commit 572320e
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 @@ -43,7 +43,6 @@ module.exports = {
webpackFinal: async (config) => {
// Find the DefinePlugin
const plugin = config.plugins.find((p) => {
console.log(p);
return p.definitions && p.definitions["process.env"];
});
// Add custom env variables
Expand Down

0 comments on commit 572320e

Please sign in to comment.