Commenting out logs

This commit is contained in:
Wlowscha 2025-01-19 17:16:24 +01:00
parent d2f6d087a4
commit 7d71d5fd1e
No known key found for this signature in database
GPG Key ID: 3C8F1AD330565D04

View File

@ -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); // }
} //}
}