removed a stray log
This commit is contained in:
parent
5e2dab0d44
commit
53de26c01a
|
@ -93,7 +93,6 @@ export default class RunInfoUiHandler extends UiHandler {
|
|||
const run = args[0];
|
||||
// Assigning information necessary for the UI's creation
|
||||
this.runInfo = this.scene.gameData.parseSessionData(JSON.stringify(run.entry));
|
||||
console.log(this.runInfo);
|
||||
this.isVictory = run.isVictory;
|
||||
this.pageMode = RunInfoUiMode.MAIN;
|
||||
|
||||
|
|
Loading…
Reference in New Issue