remove stray debugging

This commit is contained in:
friendica 2012-03-06 16:28:52 -08:00
parent 496a0ce4d1
commit 39a49d51e3
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}