Remove temp debugging output

This commit is contained in:
DanHam 2018-03-23 12:45:49 +00:00
parent 072cd6b745
commit 34db6c4ab1
No known key found for this signature in database
GPG Key ID: 58E79AEDD6AA987E
1 changed files with 0 additions and 2 deletions

View File

@ -111,7 +111,6 @@ type EnvVarsTemplate struct {
func (p *Provisioner) Prepare(raws ...interface{}) error {
//Create passthrough for winrm password so we can fill it in once we know it
log.Printf("MEGAN context is %#v", p.config.ctx)
p.config.ctx.Data = &EnvVarsTemplate{
WinRMPassword: `{{.WinRMPassword}}`,
}
@ -248,7 +247,6 @@ func extractScript(p *Provisioner) (string, error) {
}
func (p *Provisioner) Provision(ui packer.Ui, comm packer.Communicator) error {
log.Printf("MEGAN context is %#v", p.config.ctx)
ui.Say(fmt.Sprintf("Provisioning with Powershell..."))
p.communicator = comm