We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4e741 commit bd44e0fCopy full SHA for bd44e0f
build-tools/build-indexes-custom-v2
@@ -617,8 +617,6 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
617
}
618
619
const GPTFormatsData = requireNoCache(dawnPath + 'dist/data/mods/gen9gpt/formats-data.js').FormatsData;
620
- console.log('HERE:')
621
- console.log(GPTFormatsData);
622
for (const id of GPTPokemon) {
623
const species = DawnDex.mod('gen9gpt').species.get(id);
624
if (!isGPT) continue;
0 commit comments