diff options
author | Mario <mario@mariovavti.com> | 2023-11-07 08:34:13 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-11-07 08:34:13 +0000 |
commit | 95c13eaf5a0f63b9b98fdff0fe887546953bc76f (patch) | |
tree | 55843f813aa9668500015d2d87f04c41eb303444 /Zotlabs/Lib/Libzot.php | |
parent | c74068ae4d1b5af9dcaf9fac04cdabdcc5729b33 (diff) | |
download | volse-hubzilla-95c13eaf5a0f63b9b98fdff0fe887546953bc76f.tar.gz volse-hubzilla-95c13eaf5a0f63b9b98fdff0fe887546953bc76f.tar.bz2 volse-hubzilla-95c13eaf5a0f63b9b98fdff0fe887546953bc76f.zip |
remove logging
Diffstat (limited to 'Zotlabs/Lib/Libzot.php')
-rw-r--r-- | Zotlabs/Lib/Libzot.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php index 13cc8b1ae..d7692ee4a 100644 --- a/Zotlabs/Lib/Libzot.php +++ b/Zotlabs/Lib/Libzot.php @@ -1223,7 +1223,6 @@ class Libzot { $author_url = $AS->actor['id']; if ($AS->type === 'Announce') { - hz_syslog(print_r($AS, true)); $author_url = Activity::get_attributed_to_actor_url($AS); } |