terraform: remove debug println
This commit is contained in:
parent
84b1db4505
commit
709c40026c
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue