remove clarified comment

This commit is contained in:
Adrien Delorme 2020-04-30 16:37:23 +02:00
parent c71a792186
commit 2c556ed8c0
1 changed files with 0 additions and 2 deletions

View File

@ -120,8 +120,6 @@ func (m *Meta) GetConfigFromHCL(path string) (BuildStarter, int) {
ret := 0
if diags.HasErrors() {
ret = 1
// TODO(azr): Should we stop here or partially build ? Other builds could be
// working; should this be an option ?
}
return func(opts buildStarterOptions) ([]packer.Build, int) {