rm stray comment

This commit is contained in:
dmc
2024-01-09 20:54:30 +01:00
parent fb669bc31e
commit 6b489b0573

View File

@@ -87,7 +87,6 @@ customElements.define('docs-viewer', class extends HTMLElement {
} }
async #load () { async #load () {
console.log('loading', this.page)
this.panel.querySelector('slot').innerHTML = marked.parse(await (await fetch(this.page)).text(), {headerIds: false, mangle: false}) this.panel.querySelector('slot').innerHTML = marked.parse(await (await fetch(this.page)).text(), {headerIds: false, mangle: false})
} }
}) })