Skip to content

Commit

Permalink
Removing log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Trevino committed Mar 25, 2015
1 parent a2ae0ec commit 3cd6397
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jefferson.js
Expand Up @@ -69,7 +69,6 @@ module.exports = (app, conf) => {
*/
let configureMiddleware = (middleware) => {
resolveAliases(middleware);
console.log("Middleware: ", middleware);
return middleware.map(wrapInProxies);
};

Expand Down

0 comments on commit 3cd6397

Please sign in to comment.