From 611e0668e7e553ae240b7fff13f661dc165bce47 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 8 Jul 2014 17:03:25 -0700 Subject: [PATCH] terraform: remove debugging --- terraform/context_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/terraform/context_test.go b/terraform/context_test.go index 06f91bc6b..339d2fc31 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) }