mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
message_list_view: Remove duplicate comment.
The comment and the conditional check is already present at the
start of the function.
This seems to have been introduced in
a9235a74f4
, back in 2014.
This commit is contained in:
@@ -629,10 +629,7 @@ export class MessageListView {
|
||||
}
|
||||
};
|
||||
|
||||
// This function processes messages into chunks with separators between them,
|
||||
// and templates them to be inserted as table rows into the DOM.
|
||||
|
||||
if (message_containers.length === 0 || this.table_name === undefined) {
|
||||
if (message_containers.length === 0) {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user