From 2a707c3b8ddfca1f8d33fbfefc47c364604c30f5 Mon Sep 17 00:00:00 2001 From: duckietm Date: Tue, 28 Apr 2026 09:41:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20Cleanup=20log=20in=20console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/session/src/RoomSessionManager.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/session/src/RoomSessionManager.ts b/packages/session/src/RoomSessionManager.ts index 45903e4..0ffd0eb 100644 --- a/packages/session/src/RoomSessionManager.ts +++ b/packages/session/src/RoomSessionManager.ts @@ -29,7 +29,6 @@ export class RoomSessionManager implements IRoomSessionManager, IRoomHandlerList public async init(): Promise { - console.log('[RoomSessionManager] init() called'); this.createHandlers(); this.processPendingSession(); this.setupReconnectListener();