diff options
author | friendica <info@friendica.com> | 2013-07-31 22:58:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-31 22:58:23 -0700 |
commit | 2a848c0d3704ac7a4dbce71947c5cb1b362dd749 (patch) | |
tree | 68ec832b4198d782b17d9d1c39d53f8515e2e7e4 /include/notifier.php | |
parent | 0d22e1eefbb09b3b4e2c16845131a9db89d52a6e (diff) | |
download | volse-hubzilla-2a848c0d3704ac7a4dbce71947c5cb1b362dd749.tar.gz volse-hubzilla-2a848c0d3704ac7a4dbce71947c5cb1b362dd749.tar.bz2 volse-hubzilla-2a848c0d3704ac7a4dbce71947c5cb1b362dd749.zip |
privacy leakage
Diffstat (limited to 'include/notifier.php')
-rw-r--r-- | include/notifier.php | 2 |
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) |