terraform: remove debug println

This commit is contained in:
Mitchell Hashimoto 2015-02-23 13:45:34 -08:00
parent 84b1db4505
commit 709c40026c
1 changed files with 0 additions and 1 deletions

View File

@ -231,7 +231,6 @@ func (c *Context) Apply() (*State, error) {
// Clean out any unused things
c.state.prune()
println(fmt.Sprintf("%#v", c.state))
return c.state, err
}