From 5716a40fa638c42e2c433cd2a37f57932290bd4d Mon Sep 17 00:00:00 2001 From: Matthew Olker Date: Mon, 10 Jun 2024 21:44:10 -0400 Subject: [PATCH] pr comments --- src/ui/egg-gacha-ui-handler.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/egg-gacha-ui-handler.ts b/src/ui/egg-gacha-ui-handler.ts index e8ef0dd2d88..cc4e3e2847d 100644 --- a/src/ui/egg-gacha-ui-handler.ts +++ b/src/ui/egg-gacha-ui-handler.ts @@ -409,7 +409,6 @@ export default class EggGachaUiHandler extends MessageUiHandler { for (const tier of tiers) { const eggId = Utils.randInt(EGG_SEED, EGG_SEED * tier); const egg = new Egg(eggId, this.gachaCursor, getEggTierDefaultHatchWaves(tier), timestamp); - console.log(egg); if (egg.isManaphyEgg()) { this.scene.gameData.gameStats.manaphyEggsPulled++; egg.hatchWaves = getEggTierDefaultHatchWaves(EggTier.ULTRA);