Skip to content

Commit fc5d862

Browse files
committed
remove console.log
1 parent 7b51b2b commit fc5d862

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/dev/s2-docs/src/Layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ export function Layout(props: PageProps & {children: ReactElement<any>}) {
151151
let parentPage = pages.find(p => {
152152
return p.url === currentPage.url.replace(/\/[^/]+\.html$/, '/index.html');
153153
});
154-
console.log(parentPage);
155154
return (
156155
<Provider elementType="html" locale="en" background="layer-1" styles={style({scrollPaddingTop: {default: 64, lg: 0}})}>
157156
<head>

0 commit comments

Comments
 (0)