mirror of
https://github.com/LukeHagar/form.git
synced 2025-12-09 20:37:47 +00:00
fix: no logs
This commit is contained in:
@@ -114,7 +114,6 @@ export class FieldApi<TData, TFormData> {
|
||||
if (next.value !== prevState.value) {
|
||||
this.validate('change', next.value)
|
||||
}
|
||||
console.log(this)
|
||||
},
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user