Remove outdated comment

This commit is contained in:
Robin
2025-10-14 11:54:36 -04:00
parent a6c4fb4148
commit 2de7a20d8a

View File

@@ -241,7 +241,6 @@ export class Connection {
: [],
)
// Pair with their associated LiveKit participant (if any)
// Uses flatMap to filter out memberships with no associated rtc participant ([])
.map((membership) => {
const id = `${membership.sender}:${membership.deviceId}`;
const participant = participants.find((p) => p.identity === id);