1
0
Fork 0
mirror of synced 2024-06-03 02:55:14 +12:00

Remove log

This commit is contained in:
Andrew Kingston 2022-01-14 16:47:50 +00:00 committed by GitHub
parent fabde1b7bf
commit 407a0ce6a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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