Skip to content

Commit 9845248

Browse files
committed
fix
1 parent 3825d25 commit 9845248

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

play.pokemonshowdown.com/js/client-teambuilder.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3159,8 +3159,6 @@
31593159
set.species = 'Trevenant';
31603160
delete set.level;
31613161
var baseFormat = this.curTeam.format;
3162-
console.log('baseformat');
3163-
console.log(baseFormat);
31643162
if (baseFormat.substr(0, 3) === 'gen') baseFormat = baseFormat.substr(4);
31653163
if (baseFormat.substr(0, 4) === 'bdsp') baseFormat = baseFormat.substr(4);
31663164
if (baseFormat.substr(0, 8) === 'pokebank') baseFormat = baseFormat.substr(8);
@@ -3415,6 +3413,7 @@
34153413
if (this.curTeam && this.curTeam.format) {
34163414
var baseFormat = this.curTeam.format;
34173415
var format = window.BattleFormats && window.BattleFormats[baseFormat];
3416+
console.log(baseFormat);
34183417
if (baseFormat.substr(0, 3) === 'gen') baseFormat = baseFormat.substr(4);
34193418
if (baseFormat.substr(0, 4) === 'bdsp') baseFormat = baseFormat.substr(4);
34203419
if (baseFormat.substr(0, 8) === 'pokebank') baseFormat = baseFormat.substr(8);

0 commit comments

Comments
 (0)