From 34db6c4ab11cb34b6170a39196e8ac7cf8fc7557 Mon Sep 17 00:00:00 2001 From: DanHam Date: Fri, 23 Mar 2018 12:45:49 +0000 Subject: [PATCH] Remove temp debugging output --- provisioner/powershell/provisioner.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/provisioner/powershell/provisioner.go b/provisioner/powershell/provisioner.go index 6b7adfac6..f48693e4d 100644 --- a/provisioner/powershell/provisioner.go +++ b/provisioner/powershell/provisioner.go @@ -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