remove unneeded logs

This commit is contained in:
Matthew Hooker 2017-06-19 13:08:53 -07:00
parent 6ff34c8788
commit beb338b78b
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 0 additions and 2 deletions

View File

@ -72,7 +72,6 @@ func (c *CheckpointTelemetry) ReportPanic(m string) error {
if !c.enabled {
return nil
}
log.Printf("[TELEMETRY] Add panic: %s", m)
panicParams := c.baseParams(TelemetryPanicVersion)
panicParams.Payload = m
panicParams.EndTime = time.Now().UTC()
@ -99,7 +98,6 @@ func (c *CheckpointTelemetry) Finalize(command string, errCode int, err error) e
return nil
}
log.Printf("[TELEMETRY] finalize: %#v", c)
params := c.baseParams(TelemetryVersion)
params.EndTime = time.Now().UTC()