aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-10 21:17:33 -0700
committerfriendica <info@friendica.com>2013-09-10 21:17:33 -0700
commitde777d2f9c7a78c9b43381db2b3369da04750c5c (patch)
treea7a2c93ac4a141ea90fd88f3dac534fb833ab09d /mod
parent3c328083d25d2e6a2d901c4ea32f8a593ac78262 (diff)
downloadvolse-hubzilla-de777d2f9c7a78c9b43381db2b3369da04750c5c.tar.gz
volse-hubzilla-de777d2f9c7a78c9b43381db2b3369da04750c5c.tar.bz2
volse-hubzilla-de777d2f9c7a78c9b43381db2b3369da04750c5c.zip
remove old debugging cruft
Diffstat (limited to 'mod')
-rw-r--r--mod/display.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/display.php b/mod/display.php
index 63b5fa29b..d19502eb1 100644
--- a/mod/display.php
+++ b/mod/display.php
@@ -3,7 +3,7 @@
function display_content(&$a, $update = 0, $load = false) {
- logger("mod-display: update = $update load = $load");
+// logger("mod-display: update = $update load = $load");
if(intval(get_config('system','block_public')) && (! local_user()) && (! remote_user())) {
notice( t('Public access denied.') . EOL);