remove debug log

This commit is contained in:
Adrien Delorme 2020-05-28 17:07:11 +02:00
parent 95d37ffc06
commit 059a782b0e
1 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@ package hcl2template
import (
"fmt"
"log"
"os"
"path/filepath"
@ -209,7 +208,6 @@ func (p *Parser) decodeConfig(f *hcl.File, cfg *PackerConfig) hcl.Diagnostics {
cfg.Sources = map[SourceRef]SourceBlock{}
}
cfg.Sources[ref] = source
log.Printf("adding %s source to Available sources", ref)
case buildLabel:
build, moreDiags := p.decodeBuildConfig(block)