Skip to content

Commit

Permalink
Remove debug text
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirAgassi committed Apr 7, 2024
1 parent 2cef1c9 commit 7801e4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const Landing: React.FC = () => {
if (isVisible) {
logEvent(analytics, `seen_${anchor.id}`);
anchor.seen = true;
console.log(`Anchor point "${anchor.id}" is visible`);
}
}
}
Expand Down

0 comments on commit 7801e4d

Please sign in to comment.