removed cleanup function, kind of pointless

This commit is contained in:
0xdcarns 2022-01-12 14:08:59 -05:00 committed by Matthew R Kasun
parent d2fb5fc4d5
commit e4161426f1

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 {