diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/ping.php | 3 |
1 files changed, 0 insertions, 3 deletions
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)); |