mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-08-06 02:49:12 +00:00
🔥 remove redundant logging
This commit is contained in:
parent
e947356fbd
commit
bf86dc93f8
1 changed files with 0 additions and 3 deletions
|
@ -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, () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue