cleanup code

This commit is contained in:
2025-02-11 07:11:05 +00:00
parent 4b979448a4
commit fdcab0a20a
3 changed files with 21 additions and 3 deletions

View File

@@ -17,7 +17,6 @@ func (cluster *Cluster) Init(pve ProxmoxClient) {
func (cluster *Cluster) Rebuild() error {
cluster.Hosts = make(map[string]*Host)
//cluster.Instance = make(map[uint]*Instance)
// get all nodes
nodes, err := cluster.pve.Nodes()