terraform: remove debugging
This commit is contained in:
parent
b700eee3e0
commit
611e0668e7
|
@ -240,9 +240,7 @@ func TestContextApply_cancel(t *testing.T) {
|
|||
// Start the Apply in a goroutine
|
||||
stateCh := make(chan *State)
|
||||
go func() {
|
||||
println("START")
|
||||
state, err := ctx.Apply()
|
||||
println("STOP")
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue