From 7a5fd6540b6846475e4a355c68abb897ca8a4cb4 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 9 Feb 2017 12:47:54 +0100 Subject: Remove console.log() --- src/auth.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/auth.js') 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, {})); -- cgit v1.2.3