tidy: remove console.log
This commit is contained in:
parent
2997d7440e
commit
957b44a153
@ -21,7 +21,6 @@ function InputOverlay({ max, value, marginThreshold, type, min }: Props) {
|
||||
const markPadRight = (markPosPercent / 100) * THUMB_WIDTH
|
||||
const hasPastMarginThreshold = marginThreshold ? value >= marginThreshold : undefined
|
||||
|
||||
console.log(max, value)
|
||||
return (
|
||||
<>
|
||||
<div
|
||||
|
Loading…
Reference in New Issue
Block a user