removed a stray log

This commit is contained in:
frutescens 2024-09-18 16:00:24 -07:00
parent 5e2dab0d44
commit 53de26c01a
1 changed files with 0 additions and 1 deletions

View File

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