From 3dfcfbf85cbbdc93b19549faed56e2dc593175d7 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 10 Jun 2014 22:35:15 -0700 Subject: issue #433 --- mod/apps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/apps.php') diff --git a/mod/apps.php b/mod/apps.php index 5cbf67b1f..07d1968d2 100644 --- a/mod/apps.php +++ b/mod/apps.php @@ -23,7 +23,7 @@ function apps_content(&$a) { } usort($syslist,'app_name_compare'); - logger('apps: ' . print_r($syslist,true)); +// logger('apps: ' . print_r($syslist,true)); foreach($syslist as $app) { $apps[] = app_render($app,$mode); -- cgit v1.2.3