aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-04-20 18:57:37 +0000
committerMario <mario@mariovavti.com>2024-04-20 18:57:37 +0000
commit80e124f53e00088dc6f9a3d77623740d039b0c87 (patch)
treefed980adc7af72fc5f3a730cc6c9a3941b93f669
parent48cec945051d259a06871d937ad998a1bd3e22ec (diff)
downloadvolse-hubzilla-80e124f53e00088dc6f9a3d77623740d039b0c87.tar.gz
volse-hubzilla-80e124f53e00088dc6f9a3d77623740d039b0c87.tar.bz2
volse-hubzilla-80e124f53e00088dc6f9a3d77623740d039b0c87.zip
remove logging
-rw-r--r--include/items.php2
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;
}