Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-justin committed Dec 21, 2023
1 parent 8291096 commit 2ad8764
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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] }
Expand Down

0 comments on commit 2ad8764

Please sign in to comment.