diff options
| author | Jeff Carr <[email protected]> | 2024-10-31 13:37:00 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-31 13:37:00 -0500 |
| commit | 3c520003edb286deec57ce62c447373912787829 (patch) | |
| tree | 29b819f09a0147f39eba997dab0979698cf68635 /start.go | |
| parent | 913b18737b9cb25636eea44355ddc680ff1c45c0 (diff) | |
compiles again
Signed-off-by: Jeff Carr <[email protected]>
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 |
