From 24907cc862fd9e861e075e6bb8a45d7142b42a60 Mon Sep 17 00:00:00 2001 From: RedstonewolfX <108761527+RedstonewolfX@users.noreply.github.com> Date: Wed, 10 Jul 2024 15:39:07 -0400 Subject: [PATCH] Remove test nvm updating the local directly is easier --- src/phases.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/phases.ts b/src/phases.ts index 3452eefc8c1..f65dd406337 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -342,7 +342,6 @@ export class TitlePhase extends Phase { start(): void { super.start(); - console.log(LoggerTools.importDocument(JSON.stringify(LoggerTools.newDocument()))) this.scene.ui.clearText(); this.scene.ui.fadeIn(250);