diff options
author | friendica <info@friendica.com> | 2013-09-10 21:17:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-10 21:17:33 -0700 |
commit | de777d2f9c7a78c9b43381db2b3369da04750c5c (patch) | |
tree | a7a2c93ac4a141ea90fd88f3dac534fb833ab09d | |
parent | 3c328083d25d2e6a2d901c4ea32f8a593ac78262 (diff) | |
download | volse-hubzilla-de777d2f9c7a78c9b43381db2b3369da04750c5c.tar.gz volse-hubzilla-de777d2f9c7a78c9b43381db2b3369da04750c5c.tar.bz2 volse-hubzilla-de777d2f9c7a78c9b43381db2b3369da04750c5c.zip |
remove old debugging cruft
-rw-r--r-- | mod/display.php | 2 |
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); |