From dd54e52575587cede80ec60b6d4328a5eff704b8 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Thu, 16 Jun 2022 19:21:07 +0200
Subject: [PATCH] MrPetovan brought the right one up: > Since this is depending
 on remote systems, the log can quickly fill with unactionable messages.

---
 src/Util/HTTPSignature.php | 1 -
 1 file changed, 1 deletion(-)

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 [];
 	}
-- 
2.39.5