diff --git a/src/components/TabBar/index.tsx b/src/components/TabBar/index.tsx index ad6006c8..e26814eb 100644 --- a/src/components/TabBar/index.tsx +++ b/src/components/TabBar/index.tsx @@ -6,8 +6,6 @@ import { usePathname } from "next/navigation"; const TabBar = () => { const path = usePathname(); - console.log(path); - return (