From eb3514c0751706517fb48d86b3353a20ad052e9c Mon Sep 17 00:00:00 2001 From: HardiReady Date: Sun, 4 Feb 2018 16:57:34 +0100 Subject: [PATCH] remove console log --- api/routes/authenticate.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/routes/authenticate.js b/api/routes/authenticate.js index 9e39115..167fe63 100644 --- a/api/routes/authenticate.js +++ b/api/routes/authenticate.js @@ -56,8 +56,6 @@ let authCheck = (username, password, res) => { // authentication successful const secret = process.env.NODE_ENV === config.prod.env ? process.env.JWS_SECRET : 'dev-secret'; - console.log(secret) - deferred.resolve({ _id: user._id, username: user.username,