]> git.mxchange.org Git - friendica.git/commitdiff
Unneeded logging removed
authorMichael <heluecht@pirati.ca>
Thu, 28 Dec 2023 10:25:22 +0000 (10:25 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 28 Dec 2023 10:25:22 +0000 (10:25 +0000)
src/Module/Conversation/Timeline.php

index 48f1a3fbeb1162f503768cd51de54b5118a0071f..1e49970e65b5e94577d4932bfd4e0359a5885019 100644 (file)
@@ -538,7 +538,6 @@ class Timeline extends BaseModule
                                $maxposts = round((count($items) / $this->itemsPerPage) * $maxpostperauthor);
                                $minId = $items[array_key_first($items)]['received'];
                                $maxId = $items[array_key_last($items)]['received'];
-                               $this->logger->debug('Blubb', ['tab' => $this->selectedTab, 'count' => $count, 'min' => $minId, 'max' => $maxId]);
 
                                foreach ($items as $item) {
                                        $author_posts[$item[$key]][$item['uri-id']] = $item['received'];