Skip to content

Commit c4dfe6f

Browse files
committed
Remove: redundant debugging statement
1 parent 393f6de commit c4dfe6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vellum-doc.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ export class VellumDocument extends LitElement {
9898
}
9999

100100
override render() {
101-
console.log('test')
102101
return html`
103102
<div id="index" class="scrollable">${this.renderIndex()}</div>
104103
<article id="document">

0 commit comments

Comments
 (0)