remove old debugging cruft

This commit is contained in:
friendica 2013-09-10 21:17:33 -07:00
parent 3c328083d2
commit de777d2f9c

View file

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