]> git.mxchange.org Git - friendica.git/commitdiff
remove leftover logging
authorDean Townsley <dean@townsley.com>
Sun, 9 Jun 2019 01:23:12 +0000 (20:23 -0500)
committerDean Townsley <dean@townsley.com>
Mon, 10 Jun 2019 02:06:42 +0000 (21:06 -0500)
src/Util/Security.php

index 0680bc08c176235fb1d288214a127eb225dcc875..90e90d85089e0c0424f78013a4ad200cb17c8398 100644 (file)
@@ -124,7 +124,6 @@ class Security extends BaseObject
 
                                if (!empty($_SESSION['remote'])) {
                                        foreach ($_SESSION['remote'] as $visitor) {
-                                               Logger::log("this remote array entry is".$visitor);
                                                if ($visitor['uid'] == $owner_id) {
                                                        $cid = $visitor['cid'];
                                                        break;