Remove some test logging
This commit is contained in:
parent
b7f2858486
commit
b9e702742c
1 changed files with 0 additions and 3 deletions
|
@ -376,7 +376,6 @@ function notifier_run(&$argv, &$argc){
|
||||||
|
|
||||||
$conversants = array_unique($conversants);
|
$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));
|
$recipients = array_unique(array_merge($recipients,$allow_people,$allow_groups));
|
||||||
$deny = array_unique(array_merge($deny_people,$deny_groups));
|
$deny = array_unique(array_merge($deny_people,$deny_groups));
|
||||||
|
@ -456,8 +455,6 @@ function notifier_run(&$argv, &$argc){
|
||||||
else
|
else
|
||||||
$recip_str = implode(', ', $recipients);
|
$recip_str = implode(', ', $recipients);
|
||||||
|
|
||||||
logger('Recipients for '.$target_item["guid"]." (Followup: ".$followup."): ".$recip_str, LOGGER_DEBUG);
|
|
||||||
|
|
||||||
if ($relocate)
|
if ($relocate)
|
||||||
$r = $recipients_relocate;
|
$r = $recipients_relocate;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue