diff --git a/src/routes/authentication.js b/src/routes/authentication.js index 60e54c0c57..1098a1e489 100644 --- a/src/routes/authentication.js +++ b/src/routes/authentication.js @@ -184,7 +184,6 @@ bcrypt.compare(password, userData.password, function(err, res) { if (err) { - winston.err(err.message); return next(new Error('bcrypt compare error')); }