aboutsummaryrefslogtreecommitdiffstats
path: root/mod/display.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-06 16:28:52 -0800
committerfriendica <info@friendica.com>2012-03-06 16:28:52 -0800
commit39a49d51e370f6421a065cd78594e849ef92ff73 (patch)
tree57280ba5fc7c0255a5d35db5298076d71ebe5a54 /mod/display.php
parent496a0ce4d110e5a777861aff7cd4c82fe2308c89 (diff)
downloadvolse-hubzilla-39a49d51e370f6421a065cd78594e849ef92ff73.tar.gz
volse-hubzilla-39a49d51e370f6421a065cd78594e849ef92ff73.tar.bz2
volse-hubzilla-39a49d51e370f6421a065cd78594e849ef92ff73.zip
remove stray debugging
Diffstat (limited to 'mod/display.php')
-rwxr-xr-xmod/display.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/display.php b/mod/display.php
index 4f2e5ff9a..00f8b503a 100755
--- a/mod/display.php
+++ b/mod/display.php
@@ -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;
}