From b63ad629a74a284854c9770fde579ade46ebcc73 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 24 Feb 2021 11:25:26 +0100 Subject: [PATCH] can remove console logging here now --- src/matrix/room/Room.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/matrix/room/Room.js b/src/matrix/room/Room.js index caf4ea83..e626116e 100644 --- a/src/matrix/room/Room.js +++ b/src/matrix/room/Room.js @@ -588,7 +588,6 @@ export class Room extends EventEmitter { if (this._timeline) { throw new Error("not dealing with load race here for now"); } - console.log(`opening the timeline for ${this._roomId}`); this._timeline = new Timeline({ roomId: this.id, storage: this._storage,