]> git.mxchange.org Git - friendica.git/commitdiff
Removed test logging
authorMichael <heluecht@pirati.ca>
Thu, 2 May 2019 13:46:12 +0000 (13:46 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 2 May 2019 13:46:12 +0000 (13:46 +0000)
src/Protocol/ActivityPub/Processor.php

index 81790b1b7085dcbec51f3e168b66a0a9e2721c05..475ccfc0b22048f66a4aa1b6b43c3b547a380530 100644 (file)
@@ -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']);