summaryrefslogtreecommitdiff
path: root/machine.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-22 16:41:27 -0500
committerJeff Carr <[email protected]>2025-03-23 09:32:50 -0500
commitf90c4af25ee18068cffdb1501f7c0f31c538aee0 (patch)
tree2ea93f368527f821ed318a2d0b9319c89d8a79e0 /machine.go
parentfc82e095ef933d152bc8a627ff6f67a8589c1c6f (diff)
show virtigod version
Diffstat (limited to 'machine.go')
-rw-r--r--machine.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/machine.go b/machine.go
index 9f188e6..3a920f0 100644
--- a/machine.go
+++ b/machine.go
@@ -43,7 +43,6 @@ func handleMachine(r *http.Request, w http.ResponseWriter, hostname string, data
am := new(zoopb.Machine)
am.Hostname = newm.Hostname
am.Memory = newm.Memory
- // me.machines2.Append(am)
me.machines.Append(newm)
log.Info("new machine", am.Hostname, am.Memory)
return