From 975d564a220eac6231d3222d2cde40e668e81352 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 9 Oct 2014 23:16:59 -0700 Subject: [PATCH] terraform: remove debug stuff --- terraform/context.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/terraform/context.go b/terraform/context.go index 171237efd..69bc8de9f 100644 --- a/terraform/context.go +++ b/terraform/context.go @@ -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