aboutsummaryrefslogtreecommitdiffstats
path: root/mod/ping.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/ping.php')
-rw-r--r--mod/ping.php3
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));