diff --git a/src/data/ability.ts b/src/data/ability.ts index cd4c6e24ce8..1df852ccceb 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -4752,7 +4752,6 @@ class ForceSwitchOutHelper { switchOutLogic(pokemon: Pokemon): boolean { const switchOutTarget = pokemon; - // If the target is a Player Pokémon /** * If the switch-out target is a player-controlled Pokémon, the function checks: * - Whether there are available party members to switch in.