mirror of
https://github.com/friendica/friendica
synced 2025-04-27 09:10: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
|
@ -78,7 +78,7 @@ class Salmon
|
|||
}
|
||||
|
||||
|
||||
Logger::log('Key located: ' . print_r($ret, true));
|
||||
Logger::notice('Key located', ['ret' => $ret]);
|
||||
|
||||
if (count($ret) == 1) {
|
||||
// We only found one one key so we don't care if the hash matches.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue