From: Philipp Date: Sat, 2 Oct 2021 21:27:15 +0000 (+0200) Subject: Forgot one Logpoint .. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=254c32ac91cdfd654e64cdc8ae5aef44ee639212;p=friendica.git Forgot one Logpoint .. --- diff --git a/src/Network/CurlResult.php b/src/Network/CurlResult.php index 1c74634db4..8b3b12876a 100644 --- a/src/Network/CurlResult.php +++ b/src/Network/CurlResult.php @@ -167,7 +167,6 @@ class CurlResult implements IHTTPResult } if (!$this->isSuccess) { - Logger::notice('http error', ['url' => $this->url, 'code' => $this->returnCode, 'error' => $this->error, 'callstack' => System::callstack(20)]); Logger::debug('debug', ['info' => $this->info]); }