sent import to hypervisor. failed ofcourse, now onto virtigod

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-11-01 02:05:54 -05:00
parent 83faa62e18
commit 720c2e6576
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ func importDomain(w http.ResponseWriter, r *http.Request) (string, error) {
result = "finally ready to h.start(d)"
log.Log(WARN, result)
fmt.Fprintln(w, result)
return result, nil
ok, output := h.start(d)
if ok {