diff --git a/layout/theme.liquid b/layout/theme.liquid index d7a8f30..a0de0c2 100644 --- a/layout/theme.liquid +++ b/layout/theme.liquid @@ -63,8 +63,6 @@ } } - console.log("3",) - window.Shopify.loadFeatures([ { name: 'consent-tracking-api', @@ -75,11 +73,9 @@ if (error) { throw error; } - console.log("here1") msClarity() document.addEventListener('visitorConsentCollected', () => { - console.log("here2 visotorConsentCollected") msClarity() }); });