cleanup code

This commit is contained in:
Arthur Lu
2025-01-15 19:36:06 +00:00
parent 4269867661
commit 229ab36ede
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()