remove commented code and add portrange

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2023-09-07 13:57:00 +02:00
parent 6df7f727e6
commit 54e5eb03f9
4 changed files with 3 additions and 41 deletions
-9
View File
@@ -43,15 +43,6 @@ func Server(cfg *config.Config) *cli.Command {
return err
}
/*
grpcClient, err := ogrpc.NewClient(
append(ogrpc.GetClientOptions(cfg.GRPCClientTLS), ogrpc.WithTraceProvider(tracerProvider))...,
)
if err != nil {
return err
}
*/ // TODO: remove
gr := run.Group{}
ctx, cancel := func() (context.Context, context.CancelFunc) {
if cfg.Context == nil {