mirror of
https://github.com/friendica/friendica
synced 2025-04-25 21:50:12 +00:00
"print_r" in logging replaced / obsolete stuff removed
This commit is contained in:
parent
9a47e51115
commit
c947b7f211
19 changed files with 43 additions and 81 deletions
|
@ -556,7 +556,7 @@ class Feed
|
|||
$items[] = $item;
|
||||
break;
|
||||
} else {
|
||||
Logger::info("Stored feed: " . print_r($item, true));
|
||||
Logger::info('Stored feed', ['item' => $item]);
|
||||
|
||||
$notify = Item::isRemoteSelf($contact, $item);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue