Skip to content

Commit

Permalink
issuue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
RealYusufIsmail committed Jun 23, 2024
1 parent 9dd49cd commit 681203e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ private TokensResponse getTokenResponse(FormBody requestBody) {
// Read the response body once and store it
String responseBodyString = response.body().string();

// Log the response body if needed
MystiGuardianUtils.logger.info("Response: " + responseBodyString);

// Parse the JSON response
val json = MystiGuardianUtils.objectMapper.readTree(responseBodyString);
return new TokensResponse(json);
Expand Down

0 comments on commit 681203e

Please sign in to comment.