helper/resource: remove debugging stuff

This commit is contained in:
Mitchell Hashimoto 2014-07-10 10:31:06 -07:00
parent 55c1bf7f79
commit be82499f3c
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ func Test(t TestT, c TestCase) {
for i, step := range c.Steps { for i, step := range c.Steps {
var err error var err error
state, err = testStep(opts, state, step) state, err = testStep(opts, state, step)
println(fmt.Sprintf("FOO: %#v", state))
if err != nil { if err != nil {
t.Error(fmt.Sprintf( t.Error(fmt.Sprintf(
"Step %d error: %s", i, err)) "Step %d error: %s", i, err))