Skip to content

Commit

Permalink
fix(Form): 删除多余的console
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenlingasMx committed Apr 19, 2023
1 parent cb795a3 commit f49ef3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/Form/comps/datePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const FormDatePicker = ({
format = 'YYYY-MM-DD HH:mm:ss',
...attr
}: RnDatePickerProps) => {
console.log('format', format);
const [visible, setVisible] = useState(false);
const theme = useTheme<Theme>();
const style = createStyles({
Expand Down

0 comments on commit f49ef3f

Please sign in to comment.