From 7801e4d5eeb856249fab3139e42c8fdae118b8a4 Mon Sep 17 00:00:00 2001 From: AmirAgassi Date: Sun, 7 Apr 2024 18:18:33 -0400 Subject: [PATCH] Remove debug text --- src/pages/Landing.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/Landing.tsx b/src/pages/Landing.tsx index abf9afd5..98def648 100644 --- a/src/pages/Landing.tsx +++ b/src/pages/Landing.tsx @@ -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`); } } }