mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
can remove console logging here now
This commit is contained in:
parent
48c361531d
commit
b63ad629a7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user