Skip to content

Commit 4086a9d

Browse files
committed
Remove console.log
1 parent 34a97fa commit 4086a9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/nextra-mdx-wrapper.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export function NextraMdxWrapper({
3636
directories,
3737
} = config.normalizePagesResult
3838

39-
console.log(themeContext.toc)
4039
if (themeContext.toc && typeof themeContext.toc === "object") {
4140
toc = themeContext.toc
4241
}

0 commit comments

Comments
 (0)