mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-25 09:14:01 -04:00
Removed repetitive statement from HCP debug logs (#12552)
* Remove repetitive log statement The log being removed is duplicated each time evalContext is called, which seems like an unneeded debug log.
This commit is contained in:
committed by
Lucas Bajolet
parent
539313bd4e
commit
1ffdf6141b
@@ -123,8 +123,6 @@ func (cfg *PackerConfig) EvalContext(ctx BlockContext, variables map[string]cty.
|
||||
|
||||
iterID, ok := cfg.HCPVars["iterationID"]
|
||||
if ok {
|
||||
log.Printf("iterationID set: %q", iterID)
|
||||
|
||||
ectx.Variables[packerAccessor] = cty.ObjectVal(map[string]cty.Value{
|
||||
"version": cty.StringVal(cfg.CorePackerVersionString),
|
||||
"iterationID": iterID,
|
||||
|
||||
Reference in New Issue
Block a user