minor: Remove copy/pasted comment.

This commit is contained in:
Steve Howell 2016-10-26 17:37:12 -07:00 committed by Tim Abbott
parent 9de7551f4f
commit 8ebf48793c
1 changed files with 0 additions and 1 deletions

View File

@ -371,7 +371,6 @@ exports._build_private_messages_list = function (active_conversation, max_privat
var replies_to = private_message_obj.reply_to;
var num_unread = unread.num_unread_for_person(private_message_obj.reply_to);
// Show the most recent subjects, as well as any with unread messages
var always_visible = (idx < max_private_messages) || (num_unread > 0)
|| (replies_to === active_conversation);