Remove log statement

This commit is contained in:
Andrew Kingston 2021-11-18 14:47:59 +00:00
parent d3407a2444
commit 661c2abd39
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,