diff --git a/terraform/context_test.go b/terraform/context_test.go index 06f91bc6bb..339d2fc317 100644 --- a/terraform/context_test.go +++ b/terraform/context_test.go @@ -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) }