Skip to content

Commit fc9079d

Browse files
committed
chore: rm console
1 parent e6b51a6 commit fc9079d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/Dialog/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ const Dialog: React.FC<IDialogPropTypes> = (props) => {
104104
if (newVisible) {
105105
focusDialogContent();
106106
} else {
107-
console.log('hide???');
108107
doClose();
109108
}
110109
afterOpenChange?.(newVisible);

0 commit comments

Comments
 (0)