Remove unused console.log

This commit is contained in:
2023-09-25 16:52:06 +08:00
parent f8316eb6aa
commit 3d7e8722c2

View File

@@ -376,7 +376,6 @@ const HideScrollbar = forwardRef<HideScrollbarElement, HideScrollbarProps>((prop
setVerticalScrollbarLength(
(rootRef.current.clientHeight / (contentRef.current?.clientHeight ?? 0)) * 100
)
console.log(horizontalScrollbarLength)
rootRef.current &&
setHorizontalScrollbarLength(