From be82499f3c7ef1b212c337ce00dd2150e7482b14 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 10 Jul 2014 10:31:06 -0700 Subject: [PATCH] helper/resource: remove debugging stuff --- helper/resource/testing.go | 1 - 1 file changed, 1 deletion(-) diff --git a/helper/resource/testing.go b/helper/resource/testing.go index 48866bce7..c28870e82 100644 --- a/helper/resource/testing.go +++ b/helper/resource/testing.go @@ -102,7 +102,6 @@ func Test(t TestT, c TestCase) { for i, step := range c.Steps { var err error state, err = testStep(opts, state, step) - println(fmt.Sprintf("FOO: %#v", state)) if err != nil { t.Error(fmt.Sprintf( "Step %d error: %s", i, err))