Skip to content

Commit e217465

Browse files
miellosaenyakorn
andauthored
Update packages/core/src/field.ts
Co-authored-by: Saenyakorn Siangsanoh <33742791+saenyakorn@users.noreply.github.com>
1 parent c6535d0 commit e217465

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/core/src/field.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,6 @@ export function fieldsToZodObject<TFields extends Fields<any>>(
546546
): FieldsToZodObject<TFields> {
547547
const zodObject = Object.entries(fields).reduce(
548548
(acc, [key, field]) => {
549-
console.log(key, field)
550549
acc[key] = fieldToZodScheama(field)
551550
return acc
552551
},

0 commit comments

Comments
 (0)