Remove console logs
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user