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