From 379984092860904a13fdaf8aeb2c81b98c5751ab Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sat, 13 Jul 2024 11:02:15 +0200 Subject: [PATCH] cookie consent for clarity --- layout/theme.liquid | 4 ---- 1 file changed, 4 deletions(-) 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() }); });