remove stray debugging
This commit is contained in:
parent
496a0ce4d1
commit
39a49d51e3
|
@ -34,7 +34,7 @@ function display_content(&$a) {
|
||||||
|
|
||||||
$contact = null;
|
$contact = null;
|
||||||
$remote_contact = false;
|
$remote_contact = false;
|
||||||
dbg(1);
|
|
||||||
if(remote_user()) {
|
if(remote_user()) {
|
||||||
$contact_id = $_SESSION['visitor_id'];
|
$contact_id = $_SESSION['visitor_id'];
|
||||||
$groups = init_groups_visitor($contact_id);
|
$groups = init_groups_visitor($contact_id);
|
||||||
|
@ -138,7 +138,7 @@ dbg(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
dbg(0);
|
|
||||||
return $o;
|
return $o;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user