Removed debugging line

This commit is contained in:
Dean 2024-07-02 11:36:23 +01:00
parent 199d597786
commit b6f8649c05
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@
return acc
}, {})
$: console.log("grouped ", Object.entries(groupedAutomations))
$: showNoResults = searchString && !filteredAutomations.length
onMount(async () => {