]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove my ugly debug info
authorhannes <h@nnesmannerhe.im>
Mon, 25 Jan 2016 19:10:35 +0000 (19:10 +0000)
committerhannes <h@nnesmannerhe.im>
Mon, 25 Jan 2016 19:10:35 +0000 (19:10 +0000)
lib/httpclient.php

index bd182f8757384151b45b609290af1ce5651458ad..26b8972eca3fcf2b6439948e40bb80491b949588 100644 (file)
@@ -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');