Update user.js

This commit is contained in:
Loay 2016-07-25 00:55:55 -04:00 committed by GitHub
parent c22803c3a3
commit 8f7e032a01
1 changed files with 0 additions and 1 deletions

View File

@ -312,7 +312,6 @@ module.exports = function(User) {
ctx.where[pkName] = { inq: ids };
AccessToken.destroyAll({ userId: { inq: ids }}, next);
console.log('Deleted token for users ', ids);
});
});