diff --git a/frontend/components/analytics/posthog.ts b/frontend/components/analytics/posthog.ts index 4735a9fa9..e0dedc7fb 100644 --- a/frontend/components/analytics/posthog.ts +++ b/frontend/components/analytics/posthog.ts @@ -14,8 +14,6 @@ export const initPostHog = () => { api_host: POSTHOG_HOST }); } - - console.log("Outside of posthog") } return posthog;