]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/GuzzleResponse.php
Merge pull request #10807 from annando/emoji-media
[friendica.git] / src / Network / GuzzleResponse.php
index 3b41f6f6540f18d1838eed48020b6cd12eebafc9..d5afb4ca6df738b7a52dda97ea4f78814ce90d88 100644 (file)
@@ -68,7 +68,6 @@ class GuzzleResponse extends Response implements IHTTPResult, ResponseInterface
                }
 
                if (!$this->isSuccess) {
-                       Logger::notice('http error', ['url' => $this->url, 'code' => $this->getReturnCode(), 'error' => $this->error, 'callstack' => System::callstack(20)]);
                        Logger::debug('debug', ['info' => $this->getHeaders()]);
                }