Removed leftover logging statement in bug type superfan test

This commit is contained in:
Bertie690 2025-09-19 10:56:05 -04:00 committed by GitHub
parent 831922c247
commit 70ca72aad5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -362,7 +362,6 @@ describe("Bug-Type Superfan - Mystery Encounter", () => {
await game.runToMysteryEncounter(MysteryEncounterType.BUG_TYPE_SUPERFAN, defaultParty); await game.runToMysteryEncounter(MysteryEncounterType.BUG_TYPE_SUPERFAN, defaultParty);
await runMysteryEncounterToEnd(game, 1, undefined, true); await runMysteryEncounterToEnd(game, 1, undefined, true);
await skipBattleRunMysteryEncounterRewardsPhase(game, false); await skipBattleRunMysteryEncounterRewardsPhase(game, false);
console.log(game.promptHandler["prompts"]);
expect(game).toBeAtPhase("MysteryEncounterRewardsPhase"); expect(game).toBeAtPhase("MysteryEncounterRewardsPhase");
game.onNextPrompt("MysteryEncounterRewardsPhase", UiMode.OPTION_SELECT, () => { game.onNextPrompt("MysteryEncounterRewardsPhase", UiMode.OPTION_SELECT, () => {