diff options
| author | Jeff Carr <[email protected]> | 2025-03-22 16:41:27 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-23 09:32:50 -0500 |
| commit | f90c4af25ee18068cffdb1501f7c0f31c538aee0 (patch) | |
| tree | 2ea93f368527f821ed318a2d0b9319c89d8a79e0 /machine.go | |
| parent | fc82e095ef933d152bc8a627ff6f67a8589c1c6f (diff) | |
show virtigod version
Diffstat (limited to 'machine.go')
| -rw-r--r-- | machine.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
