We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639d7c2 commit b67e8a2Copy full SHA for b67e8a2
src/components/Toc.tsx
@@ -30,7 +30,6 @@ export function Toc({
30
// Filter headings based on framework scope
31
const visibleHeadings = React.useMemo(() => {
32
return headings.filter((heading) => {
33
- console.log(heading)
34
if (heading.framework) {
35
return (
36
currentFramework &&
0 commit comments