Removing unnecessary comment.

This removes a comment that is dated and no longer relevant.
This commit is contained in:
Brock Whittaker 2016-08-18 15:28:44 -07:00 committed by Tim Abbott
parent 6936d49202
commit d8f108a5cf
1 changed files with 0 additions and 4 deletions

View File

@ -110,10 +110,6 @@ exports.reify = function reify(person) {
};
exports.update = function update(person) {
// Currently the only attribute that can change is full_name, so
// we just push out changes to that field. As we add more things
// that can change, this will need to either get complicated or be
// replaced by MVC
if (! people_dict.has(person.email)) {
blueslip.error("Got update_person event for unexpected user",
{email: person.email});