]> git.mxchange.org Git - friendica.git/commitdiff
Remove some test logging
authorMichael Vogel <icarus@dabo.de>
Sun, 22 May 2016 16:22:05 +0000 (18:22 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 22 May 2016 16:22:05 +0000 (18:22 +0200)
include/notifier.php

index a922dba346359f0ea5d3e5d37a271b0f0c950a3b..6c90629bd87128865e0535d80e1a0523ae1f7ce7 100644 (file)
@@ -376,7 +376,6 @@ function notifier_run(&$argv, &$argc){
 
                        $conversants = array_unique($conversants);
 
-                       logger('Allow data for '.$target_item["guid"].". People: ".implode(', ', $allow_people)." - Groups: ".implode(', ', $allow_groups), LOGGER_DEBUG);
 
                        $recipients = array_unique(array_merge($recipients,$allow_people,$allow_groups));
                        $deny = array_unique(array_merge($deny_people,$deny_groups));
@@ -456,8 +455,6 @@ function notifier_run(&$argv, &$argc){
        else
                $recip_str = implode(', ', $recipients);
 
-       logger('Recipients for '.$target_item["guid"]." (Followup: ".$followup."): ".$recip_str, LOGGER_DEBUG);
-
        if ($relocate)
                $r = $recipients_relocate;
        else