diff options
author | Mario <mario@mariovavti.com> | 2024-04-20 18:57:37 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-04-20 18:57:37 +0000 |
commit | 80e124f53e00088dc6f9a3d77623740d039b0c87 (patch) | |
tree | fed980adc7af72fc5f3a730cc6c9a3941b93f669 /include/items.php | |
parent | 48cec945051d259a06871d937ad998a1bd3e22ec (diff) | |
download | volse-hubzilla-80e124f53e00088dc6f9a3d77623740d039b0c87.tar.gz volse-hubzilla-80e124f53e00088dc6f9a3d77623740d039b0c87.tar.bz2 volse-hubzilla-80e124f53e00088dc6f9a3d77623740d039b0c87.zip |
remove logging
Diffstat (limited to 'include/items.php')
-rw-r--r-- | include/items.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/items.php b/include/items.php index 2300f70ef..dc9e9a7d9 100644 --- a/include/items.php +++ b/include/items.php @@ -208,8 +208,6 @@ function collect_recipients($item, &$private_envelope, $include_groups = true) { $recipients[] = $item['owner_xchan']; } -hz_syslog(print_r($recipients, true)); - return $recipients; } |