Skip to content

Commit

Permalink
removed unnecessary loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishdevtron committed Jan 25, 2024
1 parent 40edc91 commit b7199f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/telemetry/TelemetryEventClient.go
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,6 @@ func (impl *TelemetryEventClientImpl) SendTelemetryDashboardAccessEvent() error
return err
}
}
impl.logger.Infow("printing cloud provider name ====== ", "cloudProvider", impl.cloudProviderCache)
payload.ClusterProvider = impl.cloudProviderCache

reqBody, err := json.Marshal(payload)
Expand Down

0 comments on commit b7199f0

Please sign in to comment.