Skip to content

Commit

Permalink
fix: no log
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Apr 26, 2023
1 parent d7cb9b4 commit ad2c53c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/form-core/src/FieldApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export class FieldApi<TData, TFormData> {
const prevState = this.state
this.state = next
if (next.value !== prevState.value) {
console.log('change')
this.validate('change', next.value)
}
},
Expand Down

0 comments on commit ad2c53c

Please sign in to comment.