diff --git a/netclient/command/commands.go b/netclient/command/commands.go index c0d99e4e..4d7628f4 100644 --- a/netclient/command/commands.go +++ b/netclient/command/commands.go @@ -111,9 +111,7 @@ func CheckIn(cfg config.ClientConfig) error { if err != nil { ncutils.PrintLog("error checking in for "+network+" network: "+err.Error(), 1) } 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 {