diff --git a/src/user/auth.js b/src/user/auth.js index ae4d8ab4f8..195e14ce50 100644 --- a/src/user/auth.js +++ b/src/user/auth.js @@ -13,7 +13,6 @@ module.exports = function (User) { User.auth = {}; User.auth.logAttempt = function (uid, ip, callback) { - console.log('attempt logged'); if (!parseInt(uid, 10)) { return setImmediate(callback); }