tidy: remove console.log

This commit is contained in:
Linkie Link 2024-01-24 09:15:28 +01:00
parent 2997d7440e
commit 957b44a153
No known key found for this signature in database
GPG Key ID: 5318B0F2564D38EA

View File

@ -21,7 +21,6 @@ function InputOverlay({ max, value, marginThreshold, type, min }: Props) {
const markPadRight = (markPosPercent / 100) * THUMB_WIDTH const markPadRight = (markPosPercent / 100) * THUMB_WIDTH
const hasPastMarginThreshold = marginThreshold ? value >= marginThreshold : undefined const hasPastMarginThreshold = marginThreshold ? value >= marginThreshold : undefined
console.log(max, value)
return ( return (
<> <>
<div <div