Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bartdebever committed Jul 15, 2024
1 parent 885e4e0 commit c122f81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/data/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,7 @@ export class Search {
return new SearchResult(SearchResultType.MoveNotFound, foundAlias.record.character);
}

console.log(foundMoves);
if (foundMoves.length == 2 && foundMoves[0].move.normalizedName === 'upb') {
console.log(foundMoves);
foundMoves = [foundMoves[0]];
}

Expand Down

0 comments on commit c122f81

Please sign in to comment.