diff options
author | friendica <info@friendica.com> | 2013-01-08 02:50:12 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-08 02:50:12 -0800 |
commit | 3b213c5fc76d7392f1fd825b9db4fb4dfb8b9940 (patch) | |
tree | 834b051da961a56c84d16792f947c7790ec9fc04 | |
parent | ba20913c2b1fde5fdc9a25e5efa0c1d3a55d74c4 (diff) | |
download | volse-hubzilla-3b213c5fc76d7392f1fd825b9db4fb4dfb8b9940.tar.gz volse-hubzilla-3b213c5fc76d7392f1fd825b9db4fb4dfb8b9940.tar.bz2 volse-hubzilla-3b213c5fc76d7392f1fd825b9db4fb4dfb8b9940.zip |
remove debugging
-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)); |