From 238fb0bd4bf432e57f2bc19bd6ff6abc1ddbb3ae Mon Sep 17 00:00:00 2001 From: barisusakli Date: Sun, 26 Oct 2014 21:02:51 -0400 Subject: [PATCH] removed logout log --- src/routes/authentication.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/authentication.js b/src/routes/authentication.js index edd984bc4b..21d3d61194 100644 --- a/src/routes/authentication.js +++ b/src/routes/authentication.js @@ -21,7 +21,6 @@ function logout(req, res) { if (req.user && parseInt(req.user.uid, 10) > 0) { - winston.info('[Auth] Session ' + req.sessionID + ' logout (uid: ' + req.user.uid + ')'); var ws = require('../socket.io'); ws.logoutUser(req.user.uid);