aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Notifier.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-03-30 13:23:16 +0000
committerMario <mario@mariovavti.com>2023-03-30 13:23:16 +0000
commit24568c0e2f5f8537da7a6bc6a62b5785edf2cb9f (patch)
treed44a9b6fbeac5bfefd1b42527fabd3044c127608 /Zotlabs/Daemon/Notifier.php
parent92a89ca25800d745b2a9aba5c619e6e453ff5060 (diff)
downloadvolse-hubzilla-24568c0e2f5f8537da7a6bc6a62b5785edf2cb9f.tar.gz
volse-hubzilla-24568c0e2f5f8537da7a6bc6a62b5785edf2cb9f.tar.bz2
volse-hubzilla-24568c0e2f5f8537da7a6bc6a62b5785edf2cb9f.zip
add some explanation and remove logging
Diffstat (limited to 'Zotlabs/Daemon/Notifier.php')
-rw-r--r--Zotlabs/Daemon/Notifier.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php
index 4f0538965..d5fe7ee6d 100644
--- a/Zotlabs/Daemon/Notifier.php
+++ b/Zotlabs/Daemon/Notifier.php
@@ -334,7 +334,6 @@ class Notifier {
$m = get_iconfig($target_item, 'activitypub', 'signed_data');
// Re-use existing signature unless the activity type changed to a Tombstone, which won't verify.
if ($m && (!intval($target_item['item_deleted']))) {
- hz_syslog('notifier existing');
self::$encoded_item = json_decode($m, true);
}
else {