From 820d2875a26471c3064b751058879c9c1cf69c0a Mon Sep 17 00:00:00 2001 From: Pilar Martinez Date: Tue, 28 Nov 2023 16:45:42 -0300 Subject: [PATCH] fix: remove console log [sc-00] --- site/layouts/partials/head.html | 1 - 1 file changed, 1 deletion(-) diff --git a/site/layouts/partials/head.html b/site/layouts/partials/head.html index 44c66e37c..f826af6ef 100644 --- a/site/layouts/partials/head.html +++ b/site/layouts/partials/head.html @@ -57,7 +57,6 @@ app_id: 'ep3ft8gg', custom_launcher_selector: '.open-intercom-link' }) - console.log('load') window.removeEventListener('scroll', intercomLoader) } window.addEventListener('scroll', intercomLoader)