Skip to content

Commit 330737e

Browse files
committed
style: remove console
1 parent 2caae44 commit 330737e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/layouts/toc-tree.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ export default function TocTree(props: TocTreeProps) {
7171
}
7272

7373
const handleToc = useCallback(() => {
74-
console.log('aaa');
75-
7674
const nodes = Array.from(containerRef.current?.querySelectorAll('h1, h2, h3') || []);
7775
const newList = nodes.map((node) => ({
7876
title: node.textContent,

0 commit comments

Comments
 (0)