You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Remove console logging
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user