From b9e702742cd192a5cbdd378eca6a67603df4d037 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 22 May 2016 18:22:05 +0200 Subject: [PATCH] Remove some test logging --- include/notifier.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/notifier.php b/include/notifier.php index a922dba346..6c90629bd8 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -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