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
|
// Start the Apply in a goroutine
|
||||||
stateCh := make(chan *State)
|
stateCh := make(chan *State)
|
||||||
go func() {
|
go func() {
|
||||||
println("START")
|
|
||||||
state, err := ctx.Apply()
|
state, err := ctx.Apply()
|
||||||
println("STOP")
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue