Skip to content

Commit

Permalink
Remove extra debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumerose committed Jan 6, 2021
1 parent 9bf5148 commit da48c83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/crc/segment/segment.go
Expand Up @@ -59,7 +59,6 @@ func (c *Client) Upload(action string, duration time.Duration, err error) error
if !c.config.Get(config.ConsentTelemetry).AsBool() {
return nil
}
logging.Debug("Uploading the error to segment")

anonymousID, uerr := getUserIdentity(c.telemetryFilePath)
if uerr != nil {
Expand Down

0 comments on commit da48c83

Please sign in to comment.