We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c4a6f commit a713b95Copy full SHA for a713b95
packages/site-client/src/components/wco-nav-page.ts
@@ -40,7 +40,6 @@ export class WCONavPage extends WCOPage {
40
];
41
42
protected override renderMain() {
43
- console.log('WCONavPage renderMain');
44
return html`
45
<nav id="main-outline"><slot name="outline"></slot></nav>
46
<article>${this.renderContent()}</article>
0 commit comments