summaryrefslogtreecommitdiff
path: root/start.go
diff options
context:
space:
mode:
Diffstat (limited to 'start.go')
-rw-r--r--start.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/start.go b/start.go
index cf82d36..eaad2c5 100644
--- a/start.go
+++ b/start.go
@@ -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