aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-31 22:58:23 -0700
committerfriendica <info@friendica.com>2013-07-31 22:58:23 -0700
commit2a848c0d3704ac7a4dbce71947c5cb1b362dd749 (patch)
tree68ec832b4198d782b17d9d1c39d53f8515e2e7e4
parent0d22e1eefbb09b3b4e2c16845131a9db89d52a6e (diff)
downloadvolse-hubzilla-2a848c0d3704ac7a4dbce71947c5cb1b362dd749.tar.gz
volse-hubzilla-2a848c0d3704ac7a4dbce71947c5cb1b362dd749.tar.bz2
volse-hubzilla-2a848c0d3704ac7a4dbce71947c5cb1b362dd749.zip
privacy leakage
-rw-r--r--include/notifier.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notifier.php b/include/notifier.php
index 9a8866223..f0434330e 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -328,7 +328,7 @@ function notifier_run($argv, $argc){
// Generic delivery section, we have an encoded item and recipients
// Now start the delivery process
- logger('notifier: encoded item: ' . print_r($encoded_item,true));
+// logger('notifier: encoded item: ' . print_r($encoded_item,true));
stringify_array_elms($recipients);
if(! $recipients)