]> git.mxchange.org Git - friendica.git/commitdiff
No blubb allowed
authorMichael <heluecht@pirati.ca>
Mon, 1 Aug 2022 00:58:56 +0000 (00:58 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 1 Aug 2022 00:58:56 +0000 (00:58 +0000)
src/Model/Item.php

index 91fd59d80603ec59bfb2865772b28a054906225a..7eb36d85e025f2aaae996af6db3a6d676cb08f96 100644 (file)
@@ -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