From 36f76100976426b2c709a3f22db62a6ce6b692b9 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Tue, 2 Jul 2024 21:37:01 -0700 Subject: [PATCH] using basic storage engine --- pkg/storage/unified/resource/grpc/authenticator.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/storage/unified/resource/grpc/authenticator.go b/pkg/storage/unified/resource/grpc/authenticator.go index 16a343b6db7..f77cc87de92 100644 --- a/pkg/storage/unified/resource/grpc/authenticator.go +++ b/pkg/storage/unified/resource/grpc/authenticator.go @@ -41,8 +41,6 @@ func (f *Authenticator) Authenticate(ctx context.Context) (context.Context, erro } user, err := f.DecodeMetadata(ctx, md) if err != nil { - - fmt.Printf("???? %v\n", err) return nil, err } return identity.WithRequester(ctx, user), nil