From ba760bb3409e559f11f2b8b37448f8294127d950 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 28 Dec 2023 10:25:22 +0000 Subject: [PATCH] Unneeded logging removed --- src/Module/Conversation/Timeline.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Module/Conversation/Timeline.php b/src/Module/Conversation/Timeline.php index 48f1a3fbeb..1e49970e65 100644 --- a/src/Module/Conversation/Timeline.php +++ b/src/Module/Conversation/Timeline.php @@ -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'];