Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
Lajnux committed Oct 13, 2023
1 parent 7e7cad4 commit 08860e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/util/calcWildyPkChance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export async function calcWildyPKChance(
let chanceString = `**PK Chance:** ${pkChance.toFixed(2)}% per min (${peak.peakTier} peak time)`;

const evasionReduction = await getWildEvasionPercent(user);
console.log(evasionReduction);

const tripMinutes = Math.round(duration / Time.Minute);
let pkCount = 0;
for (let i = 0; i < tripMinutes; i++) {
Expand Down

0 comments on commit 08860e8

Please sign in to comment.