config: remove debug line

pull/3813/head
Mitchell Hashimoto 11 years ago
parent 02f512d4bd
commit 13c5fdb154

@ -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

Loading…
Cancel
Save