Skip to content

Commit

Permalink
Remove console spam
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Sep 17, 2024
1 parent de0b669 commit bd8442c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/src/util/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export function formatSweepiesNumber(
if (short && amount >= 1000) {
return formatLargeNumber(amount)
}
console.log(amount, parameters)
const toDecimalPlace = toDecimal ?? 2
// return amount.toFixed(toDecimal ?? 2)
return amount.toLocaleString('en-US', {
Expand Down

0 comments on commit bd8442c

Please sign in to comment.