From babfa4647b8487f1e918e3f36c0b6c0ce7eff5cc Mon Sep 17 00:00:00 2001 From: vivek-nexus Date: Mon, 24 Feb 2025 20:06:43 +0530 Subject: [PATCH] Remove selective logging --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c284c02..94f7943 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -50,7 +50,7 @@ export default function RootLayout({ } const body = document.querySelector('body') - if (body && !shouldCaptureAnalytics()) { + if (body) { // Create an Intersection Observer to detect when the body is in view const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => {