diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/items.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/items.php b/include/items.php index 9ef44e147..296a7f5c6 100644 --- a/include/items.php +++ b/include/items.php @@ -3185,9 +3185,6 @@ function start_delivery_chain($channel, $item, $item_id, $parent, $group = false */ } - hz_syslog('gothere'); - // sourced - $private = (($channel['channel_allow_cid'] || $channel['channel_allow_gid'] || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 1 : 0); |