Remove log

This commit is contained in:
Andrew Kingston 2022-01-14 16:47:50 +00:00 committed by GitHub
parent 5b40ef2422
commit 283c4a5d9f
1 changed files with 0 additions and 1 deletions

View File

@ -261,7 +261,6 @@
// Update field state
const error = validator ? validator(value) : null
console.log("value changed to", value, "new error is", error)
fieldInfo.update(state => {
state.fieldState.value = value
state.fieldState.error = error