diff options
Diffstat (limited to 'start.go')
| -rw-r--r-- | start.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -101,11 +101,6 @@ func Start(name string) (string, error) { result += fmt.Sprintln("pool has", len(pool), "members", "rand =", n) h := pool[n] - // update/resend the search directories to the hypervisor - result += fmt.Sprintln("h.sendDirs() HERE") - result += fmt.Sprintln("h.sendDirs() HERE") - h.sendDirs() - ok, output := h.start(d) if ok { return result + output, nil |
