diff --git a/core/core.js.php b/core/core.js.php index 8b554b1b..497669b1 100644 --- a/core/core.js.php +++ b/core/core.js.php @@ -234,7 +234,6 @@ core.start = function() { // Crée le cookie d'acceptation Google Analytics si nécessaire var analytics = "getData(['config', 'seo', 'analyticsId']);?>"; - console.log(analytics.length ); if( analytics.length > 0){ document.cookie = "ZWII_COOKIE_CONSENT_GA=" + $("#googleAnalytics").prop("checked") + ";" + domain + ";" + path + ";" + samesite + ";" + expires; }