1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Remove comment

This commit is contained in:
lukebarnard
2017-01-16 18:58:53 +01:00
parent 5ab287fa1a
commit aa6e168505

View File

@ -316,7 +316,6 @@ module.exports = React.createClass({
aggregateIndices[seq] = -1;
}
// Assumes display names are unique
if (aggregate[seq].indexOf(displayName) === -1) {
aggregate[seq].push(displayName);
}