移除 PurchaseForm 和 Right 组件中的调试日志

This commit is contained in:
2025-04-22 15:40:41 +08:00
parent 38ca97f3ba
commit 22d3b8f3e3
3 changed files with 2 additions and 6 deletions

View File

@@ -35,8 +35,6 @@ export const PurchaseFormContext = createContext<PurchaseFormContextType | undef
export type PurchaseFormProps = {}
export default function PurchaseForm(props: PurchaseFormProps) {
console.log('PurchaseForm render')
const form = useForm<Schema>({
resolver: zodResolver(schema),
defaultValues: {