helper/resource: remove debugging stuff
This commit is contained in:
parent
55c1bf7f79
commit
be82499f3c
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue