remove debugging

This commit is contained in:
friendica 2013-01-08 02:50:12 -08:00
parent ba20913c2b
commit 3b213c5fc7

View File

@ -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));