Update packer/core.go

remove commented log line
This commit is contained in:
Adrien Delorme 2019-06-11 11:09:22 +02:00 committed by GitHub
parent ca99cbd2d2
commit ddb4d77dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -390,7 +390,6 @@ func (c *Core) init() error {
} }
for _, v := range c.Template.SensitiveVariables { for _, v := range c.Template.SensitiveVariables {
// log.Printf("k is %#v, v is %#v", k, v)
secret := ctx.UserVariables[v.Key] secret := ctx.UserVariables[v.Key]
c.secrets = append(c.secrets, secret) c.secrets = append(c.secrets, secret)
} }