remove log
This commit is contained in:
parent
2a3f943957
commit
2a0487c829
|
@ -94,7 +94,6 @@
|
||||||
$: memoBlock.set(block)
|
$: memoBlock.set(block)
|
||||||
|
|
||||||
$: filters = lookForFilters(schemaProperties)
|
$: filters = lookForFilters(schemaProperties)
|
||||||
$: console.log(filters)
|
|
||||||
$: filterCount =
|
$: filterCount =
|
||||||
filters?.groups?.reduce((acc, group) => {
|
filters?.groups?.reduce((acc, group) => {
|
||||||
acc = acc += group?.filters?.length || 0
|
acc = acc += group?.filters?.length || 0
|
||||||
|
|
Loading…
Reference in New Issue