Skip to content

Commit bd44e0f

Browse files
committed
fix
1 parent 4c4e741 commit bd44e0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build-tools/build-indexes-custom-v2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,8 +617,6 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
617617
}
618618

619619
const GPTFormatsData = requireNoCache(dawnPath + 'dist/data/mods/gen9gpt/formats-data.js').FormatsData;
620-
console.log('HERE:')
621-
console.log(GPTFormatsData);
622620
for (const id of GPTPokemon) {
623621
const species = DawnDex.mod('gen9gpt').species.get(id);
624622
if (!isGPT) continue;

0 commit comments

Comments
 (0)