From 254c32ac91cdfd654e64cdc8ae5aef44ee639212 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sat, 2 Oct 2021 23:27:15 +0200 Subject: [PATCH] Forgot one Logpoint .. --- src/Network/CurlResult.php | 1 - 1 file changed, 1 deletion(-) 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]); }