]> git.mxchange.org Git - friendica.git/commitdiff
remove stray debugging
authorfriendica <info@friendica.com>
Wed, 7 Mar 2012 00:28:52 +0000 (16:28 -0800)
committerfriendica <info@friendica.com>
Wed, 7 Mar 2012 00:28:52 +0000 (16:28 -0800)
mod/display.php

index 4f2e5ff9aa1ec7728457c3d203ec5bb76281bd51..00f8b503a721dc5e3e8a3756bcd5e5e4c0508497 100755 (executable)
@@ -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;
 }