1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-27 08:31:20 +02:00

Removed a left over debug log (#3292)

This commit is contained in:
Harshil Sharma 2022-06-30 17:59:45 +05:30 committed by GitHub
parent 429a4e484d
commit 9957fc12fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,6 @@ class TelemetryClient {
}
trackEvent(category: string, event: string, props?: IEventProps): void {
console.log(`trackEvent category: ${category}, event: ${event}, props: ${JSON.stringify(props)}`)
if (this.telemetryHandler) {
const userId = this.user?.id
this.telemetryHandler.trackEvent(userId || '', '', category, event, props)