From bf86dc93f8e3dd25c4fe49700d7c9f7648963aca Mon Sep 17 00:00:00 2001
From: Chase Manning <chase@manning.dev>
Date: Wed, 29 Nov 2023 13:38:50 +0000
Subject: [PATCH] :fire: remove redundant logging

---
 src/components/Evolution.tsx | 3 ---
 1 file changed, 3 deletions(-)

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, () => {