mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-02 13:42:19 +02:00
Commenting out logs
This commit is contained in:
parent
d2f6d087a4
commit
7d71d5fd1e
@ -1034,11 +1034,10 @@ export function initPokemonForms() {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// Iterate through the `pokemonFormChanges` object
|
// Checking that descripions are correct; to be removed
|
||||||
for (const speciesChanges of Object.values(pokemonFormChanges)) {
|
// for (const speciesChanges of Object.values(pokemonFormChanges)) {
|
||||||
for (const formChange of speciesChanges) {
|
// for (const formChange of speciesChanges) {
|
||||||
// Access the trigger description
|
// console.log(formChange.trigger.description);
|
||||||
console.log(formChange.trigger.description);
|
// }
|
||||||
}
|
//}
|
||||||
}
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user