From 53de26c01ab08ee5980fbf1c9acdc8196ce8ffe5 Mon Sep 17 00:00:00 2001 From: frutescens Date: Wed, 18 Sep 2024 16:00:24 -0700 Subject: [PATCH] removed a stray log --- src/ui/run-info-ui-handler.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/run-info-ui-handler.ts b/src/ui/run-info-ui-handler.ts index bf1f816c073..8b06e68b112 100644 --- a/src/ui/run-info-ui-handler.ts +++ b/src/ui/run-info-ui-handler.ts @@ -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;