Merge pull request #10803 from nupplaphil/feat/message_log

Forgot one Logpoint ..
pull/10804/head
Hypolite Petovan 2021-10-02 17:41:34 -04:00 committed by GitHub
commit 810699b454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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]);
}