Skip to content

Commit f49ef3f

Browse files
committed
fix(Form): 删除多余的console
1 parent cb795a3 commit f49ef3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/Form/comps/datePicker.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const FormDatePicker = ({
2626
format = 'YYYY-MM-DD HH:mm:ss',
2727
...attr
2828
}: RnDatePickerProps) => {
29-
console.log('format', format);
3029
const [visible, setVisible] = useState(false);
3130
const theme = useTheme<Theme>();
3231
const style = createStyles({

0 commit comments

Comments
 (0)