Skip to content

Commit 7f4a8ae

Browse files
committed
Remove console log
1 parent 283a811 commit 7f4a8ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

website/src/Layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,6 @@ function MDXContent({ toc: headings, children }: ComponentPropsWithoutRef<Nextra
847847
>
848848
<ul className="-my-1 -ms-px">
849849
{headings.map((heading, headingIndex) => {
850-
console.log({ heading })
851850
if (heading.depth > MAX_HEADING_DEPTH) {
852851
return null
853852
}

0 commit comments

Comments
 (0)