aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-10-12 21:37:44 +0000
committerMario <mario@mariovavti.com>2020-10-12 21:37:44 +0000
commit8cd67a5d4a7072034df581e8ce212f1d24055348 (patch)
tree53f60ef36a247e6bccc7b86b345cb1e7785ca160 /include/zot.php
parent31e030af69bd5e542dff45b299718f6c12b08467 (diff)
downloadvolse-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.php4
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'];