Skip to content

Commit a713b95

Browse files
aomarksjustinfagnani
authored andcommitted
Remove log statement
1 parent 25c4a6f commit a713b95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/site-client/src/components/wco-nav-page.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export class WCONavPage extends WCOPage {
4040
];
4141

4242
protected override renderMain() {
43-
console.log('WCONavPage renderMain');
4443
return html`
4544
<nav id="main-outline"><slot name="outline"></slot></nav>
4645
<article>${this.renderContent()}</article>

0 commit comments

Comments
 (0)