Merge pull request #10803 from nupplaphil/feat/message_log

Forgot one Logpoint ..
This commit is contained in:
Hypolite Petovan
2021-10-02 17:41:34 -04:00
committed by GitHub

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