From 3b213c5fc76d7392f1fd825b9db4fb4dfb8b9940 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 8 Jan 2013 02:50:12 -0800 Subject: remove debugging --- mod/ping.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'mod') diff --git a/mod/ping.php b/mod/ping.php index b128cffeb..dd6153963 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -82,10 +82,7 @@ function ping_init(&$a) { 'class' => (($zz['seen']) ? 'notify-seen' : 'notify-unseen'), 'message' => strip_tags(bbcode($zz['msg'])) ); - logger('notifs: ' . print_r($notifs,true)); } - - } echo json_encode(array('notify' => $notifs)); -- cgit v1.2.3