Skip to content

Commit f22c2de

Browse files
Alex KrawiecAlex Krawiec
authored andcommitted
Remove console logs
1 parent edf8573 commit f22c2de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/dynamicNav.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ export function DynamicNav({
162162
const {path} = serverContext();
163163
const isActive = path.join('/').indexOf(root) === 0;
164164
const linkPath = `/${path.join('/')}/`;
165-
console.log('path', path);
166-
console.log('linkpath', linkPath);
167165

168166
const header =
169167
parentNode && !noHeadingLink ? (

0 commit comments

Comments
 (0)