Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Jan 30, 2024
1 parent a5639f4 commit 02537f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/grpc/interceptors/auth/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ func (ss *wrappedServerStream) Context() context.Context {
}

func dismantleToken(ctx context.Context, tkn string, req interface{}, mgr token.Manager, gatewayAddr string, unprotected bool) (*userpb.User, map[string]*authpb.Scope, error) {
fmt.Println(tkn)
u, tokenScope, err := mgr.DismantleToken(ctx, tkn)
if err != nil {
return nil, nil, err
Expand Down

0 comments on commit 02537f7

Please sign in to comment.