Remove comment from posthog fn

This commit is contained in:
Maidul Islam
2023-01-06 00:59:54 -05:00
parent 37998b84a9
commit 85be609290

View File

@@ -14,8 +14,6 @@ export const initPostHog = () => {
api_host: POSTHOG_HOST
});
}
console.log("Outside of posthog")
}
return posthog;