Remove log

This commit is contained in:
Emile Bangma 2025-04-04 22:12:36 +00:00 committed by GitHub
parent d98f575640
commit 75f9e50c39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,7 +87,6 @@ async function mouseEnterHandler(
const targetID = `popover-${el.id}` const targetID = `popover-${el.id}`
el.id = targetID el.id = targetID
}) })
console.log(hash)
const targetLink = hash.startsWith("#popover") ? hash : `#popover-${hash.slice(1)}` const targetLink = hash.startsWith("#popover") ? hash : `#popover-${hash.slice(1)}`
hash = targetLink hash = targetLink
const elts = [...html.getElementsByClassName("popover-hint")] const elts = [...html.getElementsByClassName("popover-hint")]