Remove console logs

This commit is contained in:
Linus Flood
2025-01-09 13:02:03 +01:00
parent 5889bdd79d
commit 7ca2fd78f0
4 changed files with 0 additions and 20 deletions

View File

@@ -28,7 +28,6 @@ export default function RouterTracking() {
}
if (previousPathname.current !== pathName) {
console.log("TRACKING: RESET PAGE LOAD TIME")
setInitialPageLoadTime(Date.now())
trackPageViewStart()
startTransition(() => {