remove commented out code

This commit is contained in:
David Christofas
2022-04-26 13:52:40 +02:00
parent 4ae93e6efb
commit e2ea74c9bc
7 changed files with 1 additions and 29 deletions
@@ -134,7 +134,6 @@ func NewAuthBearer(cfg *ociscfg.Config) suture.Service {
}
func (s AuthBearerSutureService) Serve(ctx context.Context) error {
// s.cfg.Reva.AuthBearer.Context = ctx
cmd := AuthBearer(s.cfg)
f := &flag.FlagSet{}
cmdFlags := cmd.Flags