terraform: remove debugging

This commit is contained in:
Mitchell Hashimoto 2014-07-08 17:03:25 -07:00
parent b700eee3e0
commit 611e0668e7
1 changed files with 0 additions and 2 deletions

View File

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