From 667d574ec063f6638286548f49c6ae5ed9061f6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20H=C3=B6hl?= Date: Fri, 23 Sep 2016 20:13:21 +0200 Subject: [PATCH] removing newline --- lib/PayPal/Core/PayPalHttpConnection.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/PayPal/Core/PayPalHttpConnection.php b/lib/PayPal/Core/PayPalHttpConnection.php index 91c07fd..2e144a2 100644 --- a/lib/PayPal/Core/PayPalHttpConnection.php +++ b/lib/PayPal/Core/PayPalHttpConnection.php @@ -157,7 +157,6 @@ class PayPalHttpConnection $responseHeaderSize = strlen($result) - curl_getinfo($ch, CURLINFO_SIZE_DOWNLOAD); $responseHeaders = substr($result, 0, $responseHeaderSize); $result = substr($result, $responseHeaderSize); - } $this->logger->debug("Request Headers \t: " . str_replace("\r\n", ", ", $requestHeaders));