From: Johannes Zellner Date: Thu, 9 Feb 2017 11:47:54 +0000 (+0100) Subject: Remove console.log() X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=7a5fd6540b6846475e4a355c68abb897ca8a4cb4;hp=4a27fce742a75881cd84607f4237624d8c0a0a22;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git Remove console.log() --- diff --git a/src/auth.js b/src/auth.js index 8645d4c..f49ca38 100644 --- a/src/auth.js +++ b/src/auth.js @@ -91,8 +91,6 @@ passport.use(new BearerStrategy(function (token, done) { })); exports.logout = function (req, res, next) { - console.log(req.authInfo); - delete gTokenStore[req.authInfo.accessToken]; next(new HttpSuccess(200, {}));