From c9d4b068c254bd58e6da5d6349ab8b7ae96b6054 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 9 Nov 2024 12:49:10 +0100 Subject: remove extensiv logging to syslog --- Zotlabs/Daemon/Notifier.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Zotlabs/Daemon') diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php index 485299187..e74d04231 100644 --- a/Zotlabs/Daemon/Notifier.php +++ b/Zotlabs/Daemon/Notifier.php @@ -431,9 +431,6 @@ class Notifier { return; } - hz_syslog(print_r(self::$encoded_item['type'], true)); - hz_syslog(print_r(self::$recipients, true)); - // logger('recipients: ' . print_r(self::$recipients,true), LOGGER_NORMAL, LOG_DEBUG); if (!count(self::$env_recips)) { @@ -592,10 +589,6 @@ class Notifier { foreach ($dhubs as $hub) { - hz_syslog('notifier_hub: ' . $hub['hubloc_url'], LOGGER_DEBUG); - hz_syslog(print_r($target_item['id'], true)); - hz_syslog(print_r($target_item['verb'], true)); - if ($hub['hubloc_network'] !== 'zot6') { $narr = [ 'channel' => self::$channel, -- cgit v1.2.3