diff options
author | Mario <mario@mariovavti.com> | 2020-10-12 21:37:44 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-10-12 21:37:44 +0000 |
commit | 8cd67a5d4a7072034df581e8ce212f1d24055348 (patch) | |
tree | 53f60ef36a247e6bccc7b86b345cb1e7785ca160 /include/zot.php | |
parent | 31e030af69bd5e542dff45b299718f6c12b08467 (diff) | |
download | volse-hubzilla-8cd67a5d4a7072034df581e8ce212f1d24055348.tar.gz volse-hubzilla-8cd67a5d4a7072034df581e8ce212f1d24055348.tar.bz2 volse-hubzilla-8cd67a5d4a7072034df581e8ce212f1d24055348.zip |
fix more php warnings and remove temporary logging
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/zot.php b/include/zot.php index ce5fd0174..38d6288cf 100644 --- a/include/zot.php +++ b/include/zot.php @@ -2070,10 +2070,6 @@ function process_delivery($sender, $arr, $deliveries, $relay, $public = false, $ $result[] = $DR->get(); } else { - - hz_syslog(print_r($arr,true)); - - $item_result = item_store($arr); if($item_result['success']) { $item_id = $item_result['item_id']; |