diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-11-09 12:49:10 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-11-09 12:49:10 +0100 |
commit | c9d4b068c254bd58e6da5d6349ab8b7ae96b6054 (patch) | |
tree | 0008fbcc408c069c7a7dc7e7dcde2d1bc9977b8d /Zotlabs/Module | |
parent | b6dbbbc82fd66335f8be990bb74afbd46e63954b (diff) | |
download | volse-hubzilla-c9d4b068c254bd58e6da5d6349ab8b7ae96b6054.tar.gz volse-hubzilla-c9d4b068c254bd58e6da5d6349ab8b7ae96b6054.tar.bz2 volse-hubzilla-c9d4b068c254bd58e6da5d6349ab8b7ae96b6054.zip |
remove extensiv logging to syslog
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Item.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Zotlabs/Module/Item.php b/Zotlabs/Module/Item.php index 039468ad7..bff092ec4 100644 --- a/Zotlabs/Module/Item.php +++ b/Zotlabs/Module/Item.php @@ -1308,11 +1308,6 @@ class Item extends Controller { $post = item_store($datarray, $execflag); - hz_syslog('Item: ' . print_r($post['item_id'], true)); - hz_syslog('Item mid: ' . print_r($post['item']['mid'], true)); - hz_syslog('Item appr: ' . print_r($post['approval_id'], true)); - hz_syslog('Item appr mid: ' . print_r($post['approval']['mid'], true)); - if ($post['success']) { $this->add_listeners($datarray); } |