can remove console logging here now
This commit is contained in:
parent
48c361531d
commit
b63ad629a7
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue