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:
parent
429a4e484d
commit
9957fc12fb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user