Skip to content

Commit 055774e

Browse files
committed
fix
1 parent c81c272 commit 055774e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

play.pokemonshowdown.com/src/battle-dex-search.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -692,9 +692,7 @@ abstract class BattleTypedSearch<T extends SearchType> {
692692
if (original_format.includes('rebalanced')) {
693693
this.formatType = 'rebalanced';
694694
}
695-
console.log('now lookie here');
696-
console.log(original_format);
697-
console.log(this.formatType);
695+
698696
if (format.endsWith('draft')) format = format.slice(0, -5) as ID;
699697
this.format = format;
700698

0 commit comments

Comments
 (0)