Skip to content

Commit 2ec6b3e

Browse files
committed
Clean up forgotten console logs
1 parent f14ddec commit 2ec6b3e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/widgets/PlayerActivity.astro

-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ function getDaySize(dayMatches: number, medianMatches: number) {
2525
const maxSize = 100
2626
const size = (dayMatches / medianMatches) * 100
2727
28-
console.log(dayMatches, medianMatches)
29-
console.log(size)
30-
3128
return Math.max(minSize, Math.min(size, maxSize))
3229
}
3330

0 commit comments

Comments
 (0)