remove leftover logging

This commit is contained in:
Dean Townsley 2019-06-08 20:23:12 -05:00
parent af85e498ce
commit 5c93db4097
1 changed files with 0 additions and 1 deletions

View 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;