post-processor/vagrant-cloud: remove extra log statement
This commit is contained in:
parent
26abac6999
commit
979752cc57
|
@ -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 New Issue