mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-11 17:20:34 +08:00
remove check
This commit is contained in:
parent
974627a9ab
commit
cf5c7f85dc
1 changed files with 1 additions and 3 deletions
|
|
@ -111,9 +111,7 @@ func CheckIn(cfg config.ClientConfig) error {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
ncutils.PrintLog("error checking in for "+network+" network: "+err.Error(), 1)
|
ncutils.PrintLog("error checking in for "+network+" network: "+err.Error(), 1)
|
||||||
} else {
|
} else {
|
||||||
if cfg.Node.IsServer != "yes" {
|
ncutils.PrintLog("checked in successfully for "+network, 1)
|
||||||
ncutils.PrintLog("checked in successfully for "+network, 1)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if len(networks) == 0 {
|
if len(networks) == 0 {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue