mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-14 20:32:17 +02:00
Remove latent console logs
This commit is contained in:
parent
15f01970d3
commit
576c485677
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user