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

@@ -63,7 +63,6 @@ export function trackPaymentEvent(paymentEvent: PaymentEvent) {
function pushToDataLayer(data: any) {
if (typeof window !== "undefined" && window.adobeDataLayer) {
console.log("TRACKING: Pushing to datalayer", data)
window.adobeDataLayer.push(data)
}
}