diff --git a/play.pokemonshowdown.com/js/client-teambuilder.js b/play.pokemonshowdown.com/js/client-teambuilder.js index 597f103b2..170cf6975 100644 --- a/play.pokemonshowdown.com/js/client-teambuilder.js +++ b/play.pokemonshowdown.com/js/client-teambuilder.js @@ -184,7 +184,6 @@ if (format in teambuilder.formatResources) { // already loading, bypass return; } - console.log(`called for ${format}`); teambuilder.formatResources[format] = true; // true - loading, array - loaded $.get('https://www.smogon.com/dex/api/formats/by-ps-name/' + format, {}, function (data) { // if the data doesn't exist, set it to true so it stops trying to load it @@ -1241,24 +1240,21 @@ if (i < this.curTeam.capacity) { buf += '
'; } - buf += '