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))