Skip to content

Commit 1e41fac

Browse files
author
AiQL.com
authored
Remove debug info
1 parent 07dfd46 commit 1e41fac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ app.use('/', createProxyMiddleware({
1717
/* handle proxyRes */
1818
proxyRes.headers['Access-Control-Allow-Origin'] = '*';
1919
proxyRes.headers['Access-Control-Allow-Headers'] = 'Origin, X-Requested-With, Content-Type, Accept, Authorization';
20-
console.log(proxyRes)
2120
},
2221
error: (err, req, res) => {
2322
/* handle error */

0 commit comments

Comments
 (0)