From: Michael Date: Mon, 1 Aug 2022 00:58:56 +0000 (+0000) Subject: No blubb allowed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3945de5e3b293bed0c2dcfab29cf85568407a6d4;p=friendica.git No blubb allowed --- diff --git a/src/Model/Item.php b/src/Model/Item.php index 91fd59d806..7eb36d85e0 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -813,10 +813,6 @@ class Item unset($item['conversation-href']); unset($item['source']); - if (in_array($item['network'], Protocol::FEDERATED) && (!isset($item['protocol']) || is_null($item['protocol']))) { - Logger::notice('Blubb', ['guid' => $item['guid'], 'uri-id' => $item['uri-id'], 'uri' => $item['uri'], 'callstack' => System::callstack(20)]); - } - /* * Do we already have this item? * We have to check several networks since Friendica posts could be repeated