From 75b4c6e7d6d5c874830cd04d6d775dbbf9a6cf9b Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Wed, 7 Feb 2024 17:29:39 +0530 Subject: [PATCH] chore: posthog code refactor (#3586) --- 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 && ( - - )} );