can remove console logging here now

This commit is contained in:
Bruno Windels 2021-02-24 11:25:26 +01:00
parent 48c361531d
commit b63ad629a7

View file

@ -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,