Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
rm a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
http://jneen.net/ committed Dec 2, 2019
1 parent aa72b56 commit fed458a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/context.helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ const errorPath = (keys) => {
// we define our helper functions inside the middleware because
// we need them to access `res.local`.
const contextMiddleware = (req, res, next) => {
console.log('contextMiddleware')

// a request-global stack of key paths into res.locals.
// these should always be called as a pair - similar to do...end.
// we would ideally use a caller() macro for this, but those are...
Expand Down

0 comments on commit fed458a

Please sign in to comment.