diff --git a/quartz/components/scripts/popover.inline.ts b/quartz/components/scripts/popover.inline.ts index d99dc25ef..8785971cd 100644 --- a/quartz/components/scripts/popover.inline.ts +++ b/quartz/components/scripts/popover.inline.ts @@ -87,7 +87,6 @@ async function mouseEnterHandler( const targetID = `popover-${el.id}` el.id = targetID }) - console.log(hash) const targetLink = hash.startsWith("#popover") ? hash : `#popover-${hash.slice(1)}` hash = targetLink const elts = [...html.getElementsByClassName("popover-hint")]