[#1491] remove old.habit from bailey notif

This commit is contained in:
Tyler Renelle
2013-09-08 22:01:20 -04:00
parent ecc442285b
commit a461bda7b8
3 changed files with 8 additions and 22 deletions

View File

@@ -29,9 +29,6 @@ db.users.find().forEach(function(user){
});
if (!_.isEqual(idList, preened)) {
user[type + "Ids"] = preened;
if (!!user.markModified) {
user.markModified(type+'Ids');
}
}
});