mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-16 05:41:13 +08:00
remove references to grpc/comms net
This commit is contained in:
@@ -26,10 +26,6 @@ func GetCommands(cliFlags []cli.Flag) []*cli.Command {
|
||||
err = errors.New("no network provided")
|
||||
return err
|
||||
}
|
||||
if cfg.Server.GRPCAddress == "" {
|
||||
err = errors.New("no server address provided")
|
||||
return err
|
||||
}
|
||||
err = command.Register(&cfg, pvtKey)
|
||||
return err
|
||||
},
|
||||
|
Reference in New Issue
Block a user