fix: no logs

This commit is contained in:
Tanner Linsley
2023-05-04 12:40:15 -07:00
parent 379f34361c
commit 7e71543383
2 changed files with 0 additions and 2 deletions

View File

@@ -114,7 +114,6 @@ export class FieldApi<TData, TFormData> {
if (next.value !== prevState.value) {
this.validate('change', next.value)
}
console.log(this)
},
},
)