remove log
This commit is contained in:
parent
1d2d096ab0
commit
109c586b84
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue