From 865d8f04eb387ecc2bc3e43701ca7cc662f2a218 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Fri, 29 May 2020 09:43:31 -0700 Subject: [PATCH] remove outdated comment --- template/parse.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/template/parse.go b/template/parse.go index 4f89738d2..830a0ac8c 100644 --- a/template/parse.go +++ b/template/parse.go @@ -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))