diff --git a/common/step_wait_for_ip.go b/common/step_wait_for_ip.go index e1f7e0891..4365b7f62 100644 --- a/common/step_wait_for_ip.go +++ b/common/step_wait_for_ip.go @@ -45,8 +45,6 @@ func (s *StepWaitForIp) Run(ctx context.Context, state multistep.StateBag) multi waitDone := make(chan bool, 1) defer func() { cancel() - for range waitDone { - } }() go func() {