mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
post-processor/vagrant-cloud: remove extra log statement
This commit is contained in:
parent
26abac6999
commit
979752cc57
1 changed files with 0 additions and 2 deletions
|
|
@ -147,8 +147,6 @@ func (v VagrantCloudClient) Post(path string, body interface{}) (*http.Response,
|
|||
|
||||
encBody, err := encodeBody(body)
|
||||
|
||||
log.Println(encBody)
|
||||
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("Error encoding body for request: %s", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue