diff options
author | Mario <mario@mariovavti.com> | 2023-06-24 21:00:24 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-06-24 21:00:24 +0000 |
commit | 1de5bce1c16ed60a9a82b308f9f6d699dcb652bb (patch) | |
tree | ab7175a6209af8e80fbab85cdedff65d8cde2470 /Zotlabs/Lib/Activity.php | |
parent | 676603239dd67ad20b7c20e226de3fd4ba9f12c3 (diff) | |
download | volse-hubzilla-1de5bce1c16ed60a9a82b308f9f6d699dcb652bb.tar.gz volse-hubzilla-1de5bce1c16ed60a9a82b308f9f6d699dcb652bb.tar.bz2 volse-hubzilla-1de5bce1c16ed60a9a82b308f9f6d699dcb652bb.zip |
remove logging
Diffstat (limited to 'Zotlabs/Lib/Activity.php')
-rw-r--r-- | Zotlabs/Lib/Activity.php | 4 |
1 files changed, 1 insertions, 3 deletions
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 |