From 84786eab76bb05db3d80a4c8dcbf87d8d78a860c Mon Sep 17 00:00:00 2001 From: fqqdk Date: Fri, 29 Sep 2023 20:11:02 +0200 Subject: [PATCH] AUT-2275: only the debug log should contain the response body --- src/Suite/Api/SuiteResponseProcessor.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Suite/Api/SuiteResponseProcessor.php b/src/Suite/Api/SuiteResponseProcessor.php index 3d8f38a..e94b3d5 100644 --- a/src/Suite/Api/SuiteResponseProcessor.php +++ b/src/Suite/Api/SuiteResponseProcessor.php @@ -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, ]