Remove console log

This commit is contained in:
Mel O'Hagan 2022-12-01 10:37:58 +00:00
parent 216539a454
commit 54f0112d68
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@
let popoverAnchor let popoverAnchor
let hoverTarget let hoverTarget
$: console.log("HELPERS ", allowHelpers)
$: usingJS = mode === "JavaScript" $: usingJS = mode === "JavaScript"
$: searchRgx = new RegExp(search, "ig") $: searchRgx = new RegExp(search, "ig")
$: categories = Object.entries(groupBy("category", bindings)) $: categories = Object.entries(groupBy("category", bindings))