Browse Source

Remove log

pull/4434/head
Andrew Kingston 4 years ago
committed by GitHub
parent
commit
283c4a5d9f
  1. 1
      packages/client/src/components/app/forms/InnerForm.svelte

1
packages/client/src/components/app/forms/InnerForm.svelte

@ -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

Loading…
Cancel
Save