From 576c485677fd1c3659012e8146f55db0e0d376b4 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Thu, 17 Apr 2025 10:16:33 -0500 Subject: [PATCH] Remove latent console logs --- src/field/pokemon.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index e3d2f242451..a02943a837a 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -838,9 +838,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { } } - console.log("Before awaiting line 842"); await Promise.allSettled(loadPromises); - console.log("After awaiting line 842"); // This must be initiated before we queue loading, otherwise the load could have finished before // we reach the line of code that adds the listener, causing a deadlock.