mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-01 04:32:40 +08:00
removed cleanup function, kind of pointless
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user