remove superfluous console log
This commit is contained in:
parent
87296f434a
commit
29df61eb8a
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue