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