From: Dean Townsley Date: Sun, 9 Jun 2019 01:23:12 +0000 (-0500) Subject: remove leftover logging X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5c93db4097f77e7a45fcf4d61afe2ee07066311f;p=friendica.git remove leftover logging --- diff --git a/src/Util/Security.php b/src/Util/Security.php index 0680bc08c1..90e90d8508 100644 --- a/src/Util/Security.php +++ b/src/Util/Security.php @@ -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;