Merge pull request #13774 from annando/no-blubb

Unneeded logging removed
This commit is contained in:
Hypolite Petovan 2023-12-28 12:06:09 -05:00 committed by GitHub
commit 2588ac1a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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