mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-04 04:40:29 -06:00
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
Block a user