🔥 remove redundant logging

This commit is contained in:
Chase Manning 2023-11-29 13:38:50 +00:00
commit bf86dc93f8

View file

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