From 1de5bce1c16ed60a9a82b308f9f6d699dcb652bb Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 24 Jun 2023 21:00:24 +0000 Subject: remove logging --- Zotlabs/Lib/Activity.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index e2618625f..48c99a0de 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -2982,7 +2982,7 @@ class Activity { $allowed = true; } else { - hz_syslog('rejected comment from ' . $item['author_xchan'] . ' for ' . $channel['channel_address']); + logger('rejected comment from ' . $item['author_xchan'] . ' for ' . $channel['channel_address']); logger('rejected: ' . print_r($item, true), LOGGER_DATA); // TODO: not implemented @@ -2991,8 +2991,6 @@ class Activity { return; } - - } // TODO: not implemented -- cgit v1.2.3