From e447964639dfb7b924dee37b804013913d815f00 Mon Sep 17 00:00:00 2001
From: hannes <h@nnesmannerhe.im>
Date: Mon, 25 Jan 2016 19:10:35 +0000
Subject: [PATCH] remove my ugly debug info

---
 lib/httpclient.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/httpclient.php b/lib/httpclient.php
index bd182f8757..26b8972eca 100644
--- a/lib/httpclient.php
+++ b/lib/httpclient.php
@@ -339,7 +339,7 @@ class HTTPClient extends HTTP_Request2
             $response->redirUrls = $redirUrls;
             if ($code >= 200 && $code < 300) {
                 $reason = $response->getReasonPhrase();
-                $this->log(LOG_INFO, "$code $reason - Effective URL: ".$response->getEffectiveUrl().' – redirect: '.json_encode($response->isRedirect()));
+                $this->log(LOG_INFO, "$code $reason");
             } elseif ($code >= 300 && $code < 400) {
                 $url = $this->getUrl();
                 $target = $response->getHeader('Location');
-- 
2.39.5