Skip to content

Commit e582800

Browse files
committed
remove log
1 parent b7f16a2 commit e582800

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/theme/Tabs/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ function TabList({ className, block, selectedValue, selectValue, tabValues }) {
2828
const checkForOverflow = () => {
2929
if (ulvalues.current.getBoundingClientRect().width > width) setOverflowing(true)
3030
else setOverflowing(false);
31-
console.log(width - ulvalues.current.getBoundingClientRect().width);
3231
}
3332
useEffect(() => {
3433
checkForOverflow();

0 commit comments

Comments
 (0)