remove outdated comment
This commit is contained in:
parent
9842e02aab
commit
865d8f04eb
|
@ -377,8 +377,6 @@ func Parse(r io.Reader) (*Template, error) {
|
|||
rawTpl.Comments = append(rawTpl.Comments, comment)
|
||||
continue
|
||||
}
|
||||
// Check for whether any of these keys are handled in a packer fix
|
||||
// call.
|
||||
|
||||
err = multierror.Append(err, fmt.Errorf(
|
||||
"Unknown root level key in template: '%s'", unused))
|
||||
|
|
Loading…
Reference in New Issue