config: remove debug line

This commit is contained in:
Mitchell Hashimoto 2015-11-07 16:55:07 -08:00
parent 02f512d4bd
commit 13c5fdb154
1 changed files with 0 additions and 1 deletions

View File

@ -557,7 +557,6 @@ func loadResourcesHcl(list *ast.ObjectList) ([]*Resource, error) {
}
func loadProvisionersHcl(list *ast.ObjectList, connInfo map[string]interface{}) ([]*Provisioner, error) {
println(fmt.Sprintf("%#v", list.Items[0]))
list = list.Children()
if len(list.Items) == 0 {
return nil, nil