Skip to content

Commit

Permalink
remove a console log
Browse files Browse the repository at this point in the history
  • Loading branch information
usingtechnology committed Nov 28, 2024
1 parent 5bf4ba2 commit 4c96579
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/forms/proxy/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ routes.options('/external', cors({ origin: Development.LOCALHOST_ORIGIN }));

// called with encrypted headers, no current user!!!
routes.get('/external', cors({ origin: Development.LOCALHOST_ORIGIN }), async (req, res, next) => {
// eslint-disable-next-line no-console
console.log(req);
await controller.callExternalApi(req, res, next);
});

Expand Down

0 comments on commit 4c96579

Please sign in to comment.