mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
remove unneeded logs
This commit is contained in:
parent
6ff34c8788
commit
beb338b78b
1 changed files with 0 additions and 2 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue