chore: remove console statements

This commit is contained in:
Arvid Norlin
2024-02-14 11:47:51 +01:00
parent 0973103c0e
commit 778f456f4e
2 changed files with 0 additions and 7 deletions

View File

@@ -74,7 +74,6 @@ export default function Tracking({ pageData }: TrackingProps) {
// }
// datalayer.user = user_obj;
console.log("🤖 datalayer: ", window.datalayer)
}
}, [pathName, queryString, pageData])