Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 207910f

Browse files
committed
Remove debug log
1 parent 167e998 commit 207910f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

framework/react/link.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ export function NavLink(props: NavLinkProps) {
154154
} else {
155155
pathname = util.cleanPath(currentPathname + "/" + p);
156156
}
157-
158-
console.log(pathname, currentPathname);
159157
if (!exact) {
160158
return pathname === currentPathname || currentPathname.startsWith(pathname + "/");
161159
}

0 commit comments

Comments
 (0)