diff --git a/app/features/core/hooks/use-fathom.ts b/app/features/core/hooks/use-fathom.ts index eb1b85b..0a160d8 100644 --- a/app/features/core/hooks/use-fathom.ts +++ b/app/features/core/hooks/use-fathom.ts @@ -15,7 +15,6 @@ export default function useFathom() { }, []); useEffect(() => { - console.log(`tracking ${location.pathname}`); Fathom.trackPageview(); }, [location]); }