Remove console logging
parent
2a48d3c9bc
commit
d4550c1a28
|
@ -42,7 +42,6 @@ export class PosthogAnalytics {
|
||||||
this.onlyTrackAnonymousEvents = onlyTrackAnonymousEvents;
|
this.onlyTrackAnonymousEvents = onlyTrackAnonymousEvents;
|
||||||
const posthogConfig = SdkConfig.get()["posthog"];
|
const posthogConfig = SdkConfig.get()["posthog"];
|
||||||
if (posthogConfig) {
|
if (posthogConfig) {
|
||||||
console.log(`Initialising Posthog for ${posthogConfig.apiHost}`);
|
|
||||||
this.posthog.init(posthogConfig.projectApiKey, { api_host: posthogConfig.apiHost });
|
this.posthog.init(posthogConfig.projectApiKey, { api_host: posthogConfig.apiHost });
|
||||||
this.initialised = true;
|
this.initialised = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue