Skip to content

Commit 972ebc5

Browse files
author
梁朝飞
committed
feat: del console
1 parent c72f523 commit 972ebc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const Segmented = React.forwardRef<HTMLDivElement, SegmentedProps>(
164164
};
165165

166166
const divProps = omit(restProps, ['children']);
167-
console.log('rawValue', rawValue);
167+
168168
return (
169169
<div
170170
role="listbox"

0 commit comments

Comments
 (0)