From de777d2f9c7a78c9b43381db2b3369da04750c5c Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 10 Sep 2013 21:17:33 -0700 Subject: remove old debugging cruft --- mod/display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/display.php') 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); -- cgit v1.2.3