aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-06-24 21:00:24 +0000
committerMario <mario@mariovavti.com>2023-06-24 21:00:24 +0000
commit1de5bce1c16ed60a9a82b308f9f6d699dcb652bb (patch)
treeab7175a6209af8e80fbab85cdedff65d8cde2470
parent676603239dd67ad20b7c20e226de3fd4ba9f12c3 (diff)
downloadvolse-hubzilla-1de5bce1c16ed60a9a82b308f9f6d699dcb652bb.tar.gz
volse-hubzilla-1de5bce1c16ed60a9a82b308f9f6d699dcb652bb.tar.bz2
volse-hubzilla-1de5bce1c16ed60a9a82b308f9f6d699dcb652bb.zip
remove logging
-rw-r--r--Zotlabs/Lib/Activity.php4
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