Skip to content

Commit

Permalink
fix(emails): remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Jul 30, 2021
1 parent 087e602 commit b4b65ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/middleware/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ module.exports = function (middleware) {
return setImmediate(next);
}

console.log('middleware hit', req.session);

const path = req.path.startsWith('/api/') ? req.path.replace('/api', '') : req.path;
const { allowed } = await plugins.hooks.fire('filter:middleware.registrationComplete', {
allowed: ['/register/complete'],
Expand Down

0 comments on commit b4b65ec

Please sign in to comment.