File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -782,17 +782,16 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
782
782
if ( ! isSpizzles ) continue ;
783
783
let tier = 'Illegal' ;
784
784
const entry = SpizzlesFormatsData [ id ] ;
785
- console . log ( 'buzz buzz:' ) ;
786
- console . log ( id )
787
- console . log ( entry ) ;
788
785
if ( entry && entry . tier && typeof entry . tier === "string" ) {
789
786
tier = entry . tier ;
790
787
}
791
788
overrideTier [ species . id ] = tier ;
792
789
if ( ! tierTable [ tier ] ) tierTable [ tier ] = [ ] ;
793
790
tierTable [ tier ] . push ( id ) ;
794
- // console.log('woof woof:');
795
- // console.log(tierTable);
791
+ }
792
+ if ( isSpizzles ) {
793
+ console . log ( 'tiertable' ) ;
794
+ console . log ( tierTable ) ;
796
795
}
797
796
798
797
nonstandardMoves . push ( ...Object . keys ( Dex . data . Moves ) . filter ( id => {
You can’t perform that action at this time.
0 commit comments