Update packer/core.go
remove commented log line
This commit is contained in:
parent
ca99cbd2d2
commit
ddb4d77dc8
@ -390,7 +390,6 @@ func (c *Core) init() error {
|
||||
}
|
||||
|
||||
for _, v := range c.Template.SensitiveVariables {
|
||||
// log.Printf("k is %#v, v is %#v", k, v)
|
||||
secret := ctx.UserVariables[v.Key]
|
||||
c.secrets = append(c.secrets, secret)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user