From 3d7e8722c25a8a19087d356fe2131df0ba71bb2c Mon Sep 17 00:00:00 2001 From: FatttSnake Date: Mon, 25 Sep 2023 16:52:06 +0800 Subject: [PATCH] Remove unused console.log --- src/components/common/HideScrollbar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/common/HideScrollbar.tsx b/src/components/common/HideScrollbar.tsx index d28e0f5..de3a10a 100644 --- a/src/components/common/HideScrollbar.tsx +++ b/src/components/common/HideScrollbar.tsx @@ -376,7 +376,6 @@ const HideScrollbar = forwardRef((prop setVerticalScrollbarLength( (rootRef.current.clientHeight / (contentRef.current?.clientHeight ?? 0)) * 100 ) - console.log(horizontalScrollbarLength) rootRef.current && setHorizontalScrollbarLength(