Skip to content

Commit b67e8a2

Browse files
committed
no console log
1 parent 639d7c2 commit b67e8a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Toc.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export function Toc({
3030
// Filter headings based on framework scope
3131
const visibleHeadings = React.useMemo(() => {
3232
return headings.filter((heading) => {
33-
console.log(heading)
3433
if (heading.framework) {
3534
return (
3635
currentFramework &&

0 commit comments

Comments
 (0)