terraform: remove debug stuff

This commit is contained in:
Mitchell Hashimoto 2014-10-09 23:16:59 -07:00
parent 6c96e0f6ac
commit 975d564a22
1 changed files with 0 additions and 3 deletions

View File

@ -1261,9 +1261,6 @@ func (c *walkContext) genericWalkResource(
return err
}
println(fmt.Sprintf("%s NODES: %#v", rn.Resource.Id, ns))
println(fmt.Sprintf("%s DIFF: %#v", rn.Resource.Id, rn.Resource.Diff))
// Go through all the nouns and run them in parallel, collecting
// any errors.
var l sync.Mutex