diff --git a/post-processor/vagrant-cloud/client.go b/post-processor/vagrant-cloud/client.go index 19b029576..783745c67 100644 --- a/post-processor/vagrant-cloud/client.go +++ b/post-processor/vagrant-cloud/client.go @@ -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) }