remove logline

This commit is contained in:
Megan Marsh 2019-09-25 13:55:16 -07:00
parent 59efa0faee
commit c57e0a9837
1 changed files with 0 additions and 1 deletions

View File

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