diff --git a/src/components/Evolution.tsx b/src/components/Evolution.tsx index a115079..c56df36 100644 --- a/src/components/Evolution.tsx +++ b/src/components/Evolution.tsx @@ -253,9 +253,6 @@ const Evolution = () => { const evolvesMetadata = usePokemonMetadata(evolution?.evolveToId || null); const show = evolution !== null; - console.log("show", show); - console.log(evolution); - const [evolved, setEvolved] = useState(false); useEvent(Event.A, () => {