Forgot one Logpoint ..

This commit is contained in:
Philipp Holzer 2021-10-02 23:27:15 +02:00
parent 49310b46d3
commit 254c32ac91
Signed by: nupplaPhil
GPG Key ID: 24A7501396EB5432
1 changed files with 0 additions and 1 deletions

View 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]);
}