From b6977a97acd0baa5c3aa10f31c36b42c30875fc2 Mon Sep 17 00:00:00 2001 From: Dhenain Ambroise Date: Tue, 5 Apr 2022 11:07:39 +0200 Subject: [PATCH] Remove comments --- pages/_app.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/_app.tsx b/pages/_app.tsx index 19ad4c3..dd36c2c 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -47,7 +47,6 @@ export default function App({ Component, pageProps }) { Fathom.trackPageview() } if (postHogId) { - // See https://posthog.com/docs/integrate/client/js#one-page-apps-and-page-views posthog.capture('$pageview') } } @@ -56,7 +55,6 @@ export default function App({ Component, pageProps }) { Fathom.load(fathomId, fathomConfig) } if (postHogId) { - console.debug(`PostHog loading with id "${postHogId}".`) posthog.init(postHogId, postHogConfig) } if(!fathomId && !postHogId) {