From f891f493390ccac9de47b91bcfcccac4db09c2a3 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 19 Sep 2014 22:58:01 -0400 Subject: [PATCH] removing console.logs --- src/routes/authentication.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/routes/authentication.js b/src/routes/authentication.js index 4f3e497748..e17289ba5c 100644 --- a/src/routes/authentication.js +++ b/src/routes/authentication.js @@ -157,7 +157,6 @@ router.hotswapId = 'auth'; plugins.ready(function() { - console.log('reloading auth routes!'); plugins.fireHook('filter:auth.init', login_strategies, function(err) { if (err) { winston.error('filter:auth.init - plugin failure'); @@ -210,7 +209,6 @@ router.post('/login', Auth.middleware.applyCSRF, login); hotswap.replace('auth', router); - console.log('now I\m here,', typeof callback); if (typeof callback === 'function') { callback(); }