Skip to content

Commit

Permalink
squash: Remove leftover comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Aug 21, 2023
1 parent 5d5c01e commit 9eaae83
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ class ColibriV2SessionManager(
logger.info("Received a response for a session that is no longer active. Ignoring.")
return
}
// We make sure relayId is not null when there are multiple sessions.
sessions.values.find { it.relayId == relayId }?.setRelayTransport(transport, session.relayId)
?: { logger.warn("Response for a relay that is no longer active. Ignoring.") }
}
Expand Down

0 comments on commit 9eaae83

Please sign in to comment.