remove debugging
This commit is contained in:
parent
ba20913c2b
commit
3b213c5fc7
@ -82,10 +82,7 @@ function ping_init(&$a) {
|
|||||||
'class' => (($zz['seen']) ? 'notify-seen' : 'notify-unseen'),
|
'class' => (($zz['seen']) ? 'notify-seen' : 'notify-unseen'),
|
||||||
'message' => strip_tags(bbcode($zz['msg']))
|
'message' => strip_tags(bbcode($zz['msg']))
|
||||||
);
|
);
|
||||||
logger('notifs: ' . print_r($notifs,true));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
echo json_encode(array('notify' => $notifs));
|
echo json_encode(array('notify' => $notifs));
|
||||||
|
Reference in New Issue
Block a user