From 334a125c799bd8e2bde7c7cbe877359fea23bf10 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Wed, 7 Feb 2024 17:19:28 +0530 Subject: [PATCH] chore: posthog code refactor --- web/pages/_document.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/web/pages/_document.tsx b/web/pages/_document.tsx index 42586283917..cc0411068ca 100644 --- a/web/pages/_document.tsx +++ b/web/pages/_document.tsx @@ -50,12 +50,6 @@ class MyDocument extends Document { src="https://plausible.io/js/script.js" /> )} - {process.env.NEXT_PUBLIC_POSTHOG_KEY && process.env.NEXT_PUBLIC_POSTHOG_HOST && ( - - )} );