Skip to content

Commit

Permalink
refactor: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubigny committed Oct 21, 2024
1 parent f148b17 commit 3349b62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,7 @@ app.post(
"/custom-connection",
bodyParser.urlencoded({ extended: false }),
(req, res, next) => {
console.log(req.body['custom-params'])
const customParams = JSON.parse(req.body['custom-params'])
console.dir(customParams, { depth: null });

return getAuthorizationControllerFactory(customParams)(req, res, next);
},
Expand Down

0 comments on commit 3349b62

Please sign in to comment.