mirror of https://github.com/zulip/zulip.git
Removing unnecessary comment.
This removes a comment that is dated and no longer relevant.
This commit is contained in:
parent
6936d49202
commit
d8f108a5cf
|
@ -110,10 +110,6 @@ exports.reify = function reify(person) {
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.update = function update(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)) {
|
if (! people_dict.has(person.email)) {
|
||||||
blueslip.error("Got update_person event for unexpected user",
|
blueslip.error("Got update_person event for unexpected user",
|
||||||
{email: person.email});
|
{email: person.email});
|
||||||
|
|
Loading…
Reference in New Issue