remove outdated comment

pull/9325/head
Megan Marsh 6 years ago
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…
Cancel
Save