removed cleanup function, kind of pointless

This commit is contained in:
0xdcarns
2022-01-12 14:08:59 -05:00
parent 087f7cdb95
commit 3677696f56

View File

@@ -137,7 +137,6 @@ func ServerJoin(networkSettings *models.Network, serverID string) error {
// ServerCheckin - runs pulls and pushes for server
func ServerCheckin(serverID string, mac string, network string) error {
cleanupLegacyServers(network)
var serverNode = &models.Node{}
var currentNode, err = GetNodeByIDorMacAddress(serverID, mac, network)
if err != nil {