post-processor/vagrant-cloud: remove extra log statement

This commit is contained in:
Jack Pearkes 2014-06-24 16:11:56 -04:00
parent 26abac6999
commit 979752cc57
1 changed files with 0 additions and 2 deletions

View File

@ -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)
}