Unneeded logging removed

This commit is contained in:
Michael 2023-12-28 10:25:22 +00:00
parent 04cdd3e8ec
commit ba760bb340
1 changed files with 0 additions and 1 deletions

View 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'];