remove log

This commit is contained in:
Martin McKeaveney 2024-10-15 10:11:46 +01:00
parent 1d2d096ab0
commit 109c586b84
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@
$: drawerValue = toDrawerValue(fieldValue)
$: isJS = isJSBinding(fieldValue)
$: fieldIsValid = isValid(fieldValue)
$: console.log(filter)
const getFieldOptions = field => {
const schema = schemaFields.find(x => x.name === field)