mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
remove superfluous console log
This commit is contained in:
parent
87296f434a
commit
29df61eb8a
@ -100,7 +100,6 @@ export class SessionStatusViewModel extends ViewModel {
|
|||||||
this._retryTimer = this.disposeTracked(this._retryTimer);
|
this._retryTimer = this.disposeTracked(this._retryTimer);
|
||||||
}
|
}
|
||||||
this._status = newStatus;
|
this._status = newStatus;
|
||||||
console.log("newStatus", newStatus);
|
|
||||||
this.emitChange();
|
this.emitChange();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user