removing ping server function. Unnecessary

This commit is contained in:
afeiszli
2022-05-03 11:43:15 -04:00
parent 686026824c
commit 0531b6f78d
2 changed files with 1 additions and 23 deletions

View File

@@ -75,11 +75,7 @@ func Checkin(ctx context.Context, wg *sync.WaitGroup) {
}
}
}
if err := PingServer(&nodeCfg); err != nil {
logger.Log(0, "could not ping server for", nodeCfg.Network, nodeCfg.Server.Server+"\n", err.Error())
} else {
Hello(&nodeCfg)
}
Hello(&nodeCfg)
checkCertExpiry(&nodeCfg)
}
}