remove log

This commit is contained in:
Peter Clement 2024-11-22 11:56:24 +00:00
parent 2a3f943957
commit 2a0487c829
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@
$: memoBlock.set(block)
$: filters = lookForFilters(schemaProperties)
$: console.log(filters)
$: filterCount =
filters?.groups?.reduce((acc, group) => {
acc = acc += group?.filters?.length || 0