Skip to content

Commit d80d1f5

Browse files
removed logs
1 parent 8487175 commit d80d1f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/components/Layout.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function useTableOfContents(tableOfContents) {
2626
})
2727
.filter((el) => !!el);
2828
}, []);
29-
console.log(getHeadings,"getheadings");
29+
3030
useEffect(() => {
3131
if (tableOfContents.length === 0) return;
3232
const headings = getHeadings(tableOfContents);
@@ -67,7 +67,6 @@ export default function Layout({
6767
sidebarTree?: [];
6868
isHomePage?: boolean;
6969
}) {
70-
console.log(children)
7170
// const { toc } = children.props;
7271
const { theme, setTheme } = useTheme();
7372

0 commit comments

Comments
 (0)