From 5c93db4097f77e7a45fcf4d61afe2ee07066311f Mon Sep 17 00:00:00 2001 From: Dean Townsley Date: Sat, 8 Jun 2019 20:23:12 -0500 Subject: [PATCH] remove leftover logging --- src/Util/Security.php | 1 - 1 file changed, 1 deletion(-) 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;