]> git.mxchange.org Git - friendica.git/commitdiff
Forgot one Logpoint ..
authorPhilipp <admin@philipp.info>
Sat, 2 Oct 2021 21:27:15 +0000 (23:27 +0200)
committerPhilipp <admin@philipp.info>
Sat, 2 Oct 2021 21:27:15 +0000 (23:27 +0200)
src/Network/CurlResult.php

index 1c74634db48d2b67a55bf286b82160360af206be..8b3b12876a9ba74a49588164fdb3635a70e8db94 100644 (file)
@@ -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]);
                }