From: Roland Häder Date: Thu, 16 Jun 2022 17:21:07 +0000 (+0200) Subject: MrPetovan brought the right one up: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=dd54e52575587cede80ec60b6d4328a5eff704b8;p=friendica.git MrPetovan brought the right one up: > Since this is depending on remote systems, the log can quickly fill with unactionable messages. --- diff --git a/src/Util/HTTPSignature.php b/src/Util/HTTPSignature.php index 498b356cd6..9f732acb6e 100644 --- a/src/Util/HTTPSignature.php +++ b/src/Util/HTTPSignature.php @@ -708,7 +708,6 @@ class HTTPSignature } } - // @TODO really a notice or more a warning? Logger::notice('Key could not be fetched', ['url' => $url, 'actor' => $actor]); return []; }