diff --git a/src/App/Footer/Footer.tsx b/src/App/Footer/Footer.tsx index 24dd380967..d335102947 100644 --- a/src/App/Footer/Footer.tsx +++ b/src/App/Footer/Footer.tsx @@ -15,7 +15,6 @@ function Footer({ linkGroups, socials }: Props) { const intercom = document.querySelector( ".intercom-lightweight-app-launcher" ); - console.log(intercom); intercom?.classList.toggle("hidden", e.isIntersecting); }, { threshold: [0.5] }