From 3945de5e3b293bed0c2dcfab29cf85568407a6d4 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 1 Aug 2022 00:58:56 +0000 Subject: [PATCH] No blubb allowed --- src/Model/Item.php | 4 ---- 1 file changed, 4 deletions(-) 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