spring cleaning

This commit is contained in:
Julian Lam
2016-05-04 10:08:56 -04:00
parent 05a55c7d65
commit b12811d21d
4 changed files with 2 additions and 92 deletions

View File

@@ -121,10 +121,6 @@ module.exports = function(User) {
},
function(next) {
groups.leaveAllGroups(uid, next);
},
function(next) {
// Deprecated as of v0.7.4, remove in v1.0.0
plugins.fireHook('filter:user.delete', uid, next);
}
], next);
},