Merge pull request #3729 from Akasurde/3387

Removed redundant print message
This commit is contained in:
Chris Bednarski 2016-07-18 18:26:27 -07:00 committed by GitHub
commit f65465bbb1
1 changed files with 0 additions and 2 deletions

View File

@ -121,8 +121,6 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (pac
ovftool_uri += "/Resources/" + p.config.ResourcePool
}
ui.Message(fmt.Sprintf("Uploading %s to vSphere", source))
args, err := p.BuildArgs(source, ovftool_uri)
if err != nil {
ui.Message(fmt.Sprintf("Failed: %s\n", err))