diff options
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, |