cleaned up the comments

This commit is contained in:
joey 2020-03-09 19:21:11 -04:00
parent 61189ac11a
commit 976dd35810

View file

@ -288,8 +288,8 @@ const Logic = {
this._previousPanel = this._currentPanel;
this._currentPanel = panel;
// Note: this may not be the best approach to this, may want to refactor it
this._currentIdentity = currentIdentity;
// Initialize the panel before showing it.
await this._panels[panel].prepare();
Object.keys(this._panels).forEach((panelKey) => {