Skip to content

Commit 1f98355

Browse files
Messiahhh程浚哲
andauthored
refactor: Remove log (#220)
Co-authored-by: 程浚哲 <[email protected]>
1 parent d0323e5 commit 1f98355

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Dropdown.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ function Dropdown(props: DropdownProps, ref) {
9292
const { onOverlayClick } = props;
9393
setTriggerVisible(false);
9494

95-
console.log('!!!!!!!!!!!!', onOverlayClick);
9695
if (onOverlayClick) {
9796
onOverlayClick(e);
9897
}

0 commit comments

Comments
 (0)