Skip to content

Commit c044e77

Browse files
committed
Remove consolelog extra
1 parent 298517d commit c044e77

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/BackButton.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ function BackButton({
1717
const router = useRouter();
1818
const pathname = router?.pathname || "";
1919

20-
console.log("pthname:", pathname);
21-
console.log("isVisible:", isVisible);
22-
2320
if (pathname !== "/" && pathname !== "/home-page" && isVisible) {
2421
return (
2522
<a

0 commit comments

Comments
 (0)