Remove telemetry error reporting message.

This seems to cause some confusion, and it's not needed anyway
This commit is contained in:
Matthew Hooker 2018-02-20 10:54:18 -08:00
parent 61e4519a7e
commit 1418a42bf5
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ func (s *TelemetrySpan) End(err error) {
log.Printf("[INFO] (telemetry) ending %s", s.Name)
if err != nil {
s.Error = err.Error()
log.Printf("[INFO] (telemetry) found error: %s", err.Error())
}
}