"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
|
@ -116,7 +116,7 @@ class PortableContact
|
|||
|
||||
$j = json_decode($s, true);
|
||||
|
||||
Logger::log('load: json: ' . print_r($j, true), Logger::DATA);
|
||||
Logger::debug('load', ['json' => $j]);
|
||||
|
||||
if (!isset($j['entry'])) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue