mirror of
https://github.com/friendica/friendica
synced 2024-11-10 10:22:53 +00:00
Removed test logging
This commit is contained in:
parent
28f316b7e4
commit
8adf0e6e5c
1 changed files with 0 additions and 2 deletions
|
@ -456,7 +456,6 @@ class Processor
|
|||
self::switchContact($cid);
|
||||
DBA::update('contact', ['hub-verify' => $activity['id']], ['id' => $cid]);
|
||||
$contact = DBA::selectFirst('contact', [], ['id' => $cid, 'network' => Protocol::NATIVE_SUPPORT]);
|
||||
Logger::info('hub-verify', ['hub-verify' => $contact['hub-verify'], 'url' => $contact['url']]);
|
||||
} else {
|
||||
$contact = false;
|
||||
}
|
||||
|
@ -475,7 +474,6 @@ class Processor
|
|||
|
||||
if (empty($contact)) {
|
||||
DBA::update('contact', ['hub-verify' => $activity['id']], ['id' => $cid]);
|
||||
Logger::info('hub-verify', ['hub-verify' => $activity['id'], 'cid' => $cid]);
|
||||
}
|
||||
|
||||
Logger::log('Follow user ' . $uid . ' from contact ' . $cid . ' with id ' . $activity['id']);
|
||||
|
|
Loading…
Reference in a new issue