remove leftover logging
This commit is contained in:
parent
af85e498ce
commit
5c93db4097
|
@ -124,7 +124,6 @@ class Security extends BaseObject
|
||||||
|
|
||||||
if (!empty($_SESSION['remote'])) {
|
if (!empty($_SESSION['remote'])) {
|
||||||
foreach ($_SESSION['remote'] as $visitor) {
|
foreach ($_SESSION['remote'] as $visitor) {
|
||||||
Logger::log("this remote array entry is".$visitor);
|
|
||||||
if ($visitor['uid'] == $owner_id) {
|
if ($visitor['uid'] == $owner_id) {
|
||||||
$cid = $visitor['cid'];
|
$cid = $visitor['cid'];
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue