Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsilaghi committed Jun 27, 2024
1 parent 7275df9 commit f1b5732
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ public RpcResponse execute(@RequestBody RpcRequest request,
}
else {
accessToken = principal.getTokenValue();
logger.info("ALEX " + principal.getTokenValue());

userId = principal.getClaimAsString("preferred_username");
}
var result = rpcRequestProcessor.processRequest(request, accessToken, new UserId(userId));
Expand Down

0 comments on commit f1b5732

Please sign in to comment.