remove fathom logs
This commit is contained in:
parent
427f6ca117
commit
622fd4db30
@ -15,7 +15,6 @@ export default function useFathom() {
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
console.log(`tracking ${location.pathname}`);
|
|
||||||
Fathom.trackPageview();
|
Fathom.trackPageview();
|
||||||
}, [location]);
|
}, [location]);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user