aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
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'];