Chore: Remove leftover TODO

This commit is contained in:
Lars Simon Winzer
2026-03-30 18:23:41 +02:00
parent 6e446b665a
commit 86b4a6c191
@@ -58,7 +58,6 @@ public class UserRegistry {
*
* @param sessionId the session ID of the disconnected client
*/
// TODO: Add to EventRegistry with DisconnectEvent
public synchronized void onDisconnect(SessionId sessionId) {
User user = bySessionId.remove(sessionId);
if (user == null) {