Skip to content

Commit

Permalink
AUT-2275: only the debug log should contain the response body
Browse files Browse the repository at this point in the history
  • Loading branch information
fqqdk committed Sep 29, 2023
1 parent fe9fbed commit 84786ea
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Suite/Api/SuiteResponseProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ public function processResponse(RequestInterface $request, ResponseInterface $re
'url' => [
'full' => $request->getRequestTarget(),
],
'http' => [
'response' => [
'body' => [
'content' => $responseBody->getContents(),
],
],
],
'replyText' => $replyText,
'replyCode' => $replyCode,
]
Expand Down

0 comments on commit 84786ea

Please sign in to comment.