Browse Source

remove check

0xdcarns 3 years ago
parent
commit
cf5c7f85dc
1 changed files with 1 additions and 3 deletions
  1. 1 3
      netclient/command/commands.go

+ 1 - 3
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 {