Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
RianMartins-Movai committed Mar 11, 2022
1 parent ee685ef commit 07e0a34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .storybook/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = function expressMiddleware(router) {
const proxyConfig = packageJson.proxy || {};

for (let domain in proxyConfig) {
console.log(domain);
router.use(domain, proxy.createProxyMiddleware(proxyConfig[domain]));
}
};

0 comments on commit 07e0a34

Please sign in to comment.