mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
Remove console logging
This commit is contained in:
parent
2a48d3c9bc
commit
d4550c1a28
@ -42,7 +42,6 @@ export class PosthogAnalytics {
|
||||
this.onlyTrackAnonymousEvents = onlyTrackAnonymousEvents;
|
||||
const posthogConfig = SdkConfig.get()["posthog"];
|
||||
if (posthogConfig) {
|
||||
console.log(`Initialising Posthog for ${posthogConfig.apiHost}`);
|
||||
this.posthog.init(posthogConfig.projectApiKey, { api_host: posthogConfig.apiHost });
|
||||
this.initialised = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user