mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Unneeded logging removed
This commit is contained in:
parent
04cdd3e8ec
commit
ba760bb340
1 changed files with 0 additions and 1 deletions
|
@ -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'];
|
||||
|
|
Loading…
Reference in a new issue