Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
EFHIII committed Mar 20, 2024
1 parent 3bc0161 commit 15b7977
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion breakdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -1898,7 +1898,6 @@ class Hand {
const joker = this.jokers[j];

this.compiledValues.push(0);
console.log(_jokerRarity[this.actualJokers[j][JOKER]], this.actualJokers[j][JOKER]);
this.jokerRarities.push(_jokerRarity[this.actualJokers[j][JOKER]]);

if(joker[JOKER_DISABLED]) continue;
Expand Down

0 comments on commit 15b7977

Please sign in to comment.