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
|
@ -202,7 +202,7 @@ class Summary extends BaseAdmin
|
|||
}
|
||||
DBA::close($pageFlagsCountStmt);
|
||||
|
||||
Logger::log('accounts: ' . print_r($accounts, true), Logger::DATA);
|
||||
Logger::debug('accounts', ['accounts' => $accounts]);
|
||||
|
||||
$pending = Register::getPendingCount();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue