remove comment

This commit is contained in:
muscode13 2024-11-21 15:25:45 -06:00
parent 1edbc36b0f
commit 5218d88528
1 changed files with 0 additions and 1 deletions

View File

@ -4087,7 +4087,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
} }
if (flee) { if (flee) {
this.turnData.flee = true; this.turnData.flee = true;
console.log("FLEE SET TO", this.turnData.flee);
} }
this.scene.field.remove(this); this.scene.field.remove(this);
this.setSwitchOutStatus(true); this.setSwitchOutStatus(true);