remove fathom logs

This commit is contained in:
m5r 2022-07-06 12:21:51 +02:00
parent 427f6ca117
commit 622fd4db30

View File

@ -15,7 +15,6 @@ export default function useFathom() {
}, []); }, []);
useEffect(() => { useEffect(() => {
console.log(`tracking ${location.pathname}`);
Fathom.trackPageview(); Fathom.trackPageview();
}, [location]); }, [location]);
} }