Remove disturbing/superfluous logging messages

This commit is contained in:
Philipp 2021-10-02 22:20:39 +02:00
parent 1047ad7bc2
commit 80753ed1b6
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
3 changed files with 3 additions and 13 deletions

View file

@ -68,7 +68,6 @@ class GuzzleResponse extends Response implements IHTTPResult, ResponseInterface
}
if (!$this->isSuccess) {
Logger::notice('http error', ['url' => $this->url, 'code' => $this->getReturnCode(), 'error' => $this->error, 'callstack' => System::callstack(20)]);
Logger::debug('debug', ['info' => $this->getHeaders()]);
}