Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Krawiec authored and Alex Krawiec committed Jan 29, 2025
1 parent edf8573 commit f22c2de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/dynamicNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ export function DynamicNav({
const {path} = serverContext();
const isActive = path.join('/').indexOf(root) === 0;
const linkPath = `/${path.join('/')}/`;
console.log('path', path);
console.log('linkpath', linkPath);

const header =
parentNode && !noHeadingLink ? (
Expand Down

0 comments on commit f22c2de

Please sign in to comment.