Forgot to remove log

This commit is contained in:
2025-09-14 14:12:10 +02:00
parent 28fe35ccd1
commit 708146786d

View File

@@ -83,8 +83,6 @@ export function getTotalCoins(stats: Player["player"]["stats"]) {
if (!data) return 0
console.log(data)
return Object.values(data).reduce((total, stat) => total + stat.coins, 0)
}