diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-11-09 12:49:10 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-11-09 12:49:10 +0100 |
commit | c9d4b068c254bd58e6da5d6349ab8b7ae96b6054 (patch) | |
tree | 0008fbcc408c069c7a7dc7e7dcde2d1bc9977b8d /Zotlabs/Daemon/Notifier.php | |
parent | b6dbbbc82fd66335f8be990bb74afbd46e63954b (diff) | |
download | volse-hubzilla-c9d4b068c254bd58e6da5d6349ab8b7ae96b6054.tar.gz volse-hubzilla-c9d4b068c254bd58e6da5d6349ab8b7ae96b6054.tar.bz2 volse-hubzilla-c9d4b068c254bd58e6da5d6349ab8b7ae96b6054.zip |
remove extensiv logging to syslog
Diffstat (limited to 'Zotlabs/Daemon/Notifier.php')
-rw-r--r-- | Zotlabs/Daemon/Notifier.php | 7 |
1 files changed, 0 insertions, 7 deletions
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, |