Remove latent console logs

This commit is contained in:
Sirz Benjie 2025-04-17 10:16:33 -05:00
parent 15f01970d3
commit 576c485677
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

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