aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2024-11-09 12:49:10 +0100
committerMario Vavti <mario@mariovavti.com>2024-11-09 12:49:10 +0100
commitc9d4b068c254bd58e6da5d6349ab8b7ae96b6054 (patch)
tree0008fbcc408c069c7a7dc7e7dcde2d1bc9977b8d /include/items.php
parentb6dbbbc82fd66335f8be990bb74afbd46e63954b (diff)
downloadvolse-hubzilla-c9d4b068c254bd58e6da5d6349ab8b7ae96b6054.tar.gz
volse-hubzilla-c9d4b068c254bd58e6da5d6349ab8b7ae96b6054.tar.bz2
volse-hubzilla-c9d4b068c254bd58e6da5d6349ab8b7ae96b6054.zip
remove extensiv logging to syslog
Diffstat (limited to 'include/items.php')
-rw-r--r--include/items.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/items.php b/include/items.php
index dfa64fd27..a29c9532b 100644
--- a/include/items.php
+++ b/include/items.php
@@ -525,8 +525,6 @@ function post_activity_item($arr, $allow_code = false, $deliver = true, $channel
$post = item_store($arr, $allow_code, $deliver, $addAndSync);
- hz_syslog('post_activity_item: ' . print_r($post['item_id'], true));
-
if (!$post['success']) {
return $ret;
}