mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-01 21:22:21 +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
|
||||
for (const speciesChanges of Object.values(pokemonFormChanges)) {
|
||||
for (const formChange of speciesChanges) {
|
||||
// Access the trigger description
|
||||
console.log(formChange.trigger.description);
|
||||
}
|
||||
}
|
||||
// Checking that descripions are correct; to be removed
|
||||
// for (const speciesChanges of Object.values(pokemonFormChanges)) {
|
||||
// for (const formChange of speciesChanges) {
|
||||
// console.log(formChange.trigger.description);
|
||||
// }
|
||||
//}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user