Skip to content

Commit 73a83ba

Browse files
committed
spizzles
1 parent db7716c commit 73a83ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-tools/build-indexes-custom-v2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,8 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
793793
for (let tier in tierTable) {
794794
for (let id of tierTable[tier]) {
795795
if (SpizzlesFormatsData[id]) {
796+
console.log('id (entry found):');
797+
console.log(id);
796798
continue;
797799
} else {
798800
tierTable[tier].splice(tierTable[tier].indexOf(id), 1);

0 commit comments

Comments
 (0)