From c57e0a98372b6556609c43f3c50884aedcea056c Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 25 Sep 2019 13:55:16 -0700 Subject: [PATCH] remove logline --- template/parse.go | 1 - 1 file changed, 1 deletion(-) diff --git a/template/parse.go b/template/parse.go index 02748239c..eb608d54a 100644 --- a/template/parse.go +++ b/template/parse.go @@ -253,7 +253,6 @@ func (r *rawTemplate) Template() (*Template, error) { } // Type is required before any richer validation - log.Printf("p is %#v", p) if p.Type == "" { errs = multierror.Append(errs, fmt.Errorf( "on error cleanup provisioner missing 'type'"))