Remove log statement

This commit is contained in:
Andrew Kingston 2021-11-18 14:47:59 +00:00
parent 8e58cde6ec
commit cd5aaf69cb
1 changed files with 0 additions and 2 deletions

View File

@ -83,8 +83,6 @@
return fields.find(field => get(field).name === name)
}
$: console.log(fields)
const formApi = {
registerField: (
field,