remove outdated comment

This commit is contained in:
Megan Marsh 2020-05-29 09:43:31 -07:00
parent 9842e02aab
commit 865d8f04eb
1 changed files with 0 additions and 2 deletions

View File

@ -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))