Skip to content

Commit

Permalink
Removed a left over debug log (mattermost-community#3292)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilsharma63 authored Jun 30, 2022
1 parent 429a4e4 commit 9957fc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/src/telemetry/telemetryClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9957fc1

Please sign in to comment.