@ -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);
}