diff options
author | Mario <mario@mariovavti.com> | 2021-02-11 21:01:16 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-02-11 21:01:16 +0000 |
commit | 8054d7ad6662d3c39ad4b75aaed892960e40153f (patch) | |
tree | 7bbb53bcd650af73cc7ed2dd3eb6c8d9567e5d00 /Zotlabs | |
parent | d3e70acacd9576fbe1aaa3e12a64966eb79fac29 (diff) | |
download | volse-hubzilla-8054d7ad6662d3c39ad4b75aaed892960e40153f.tar.gz volse-hubzilla-8054d7ad6662d3c39ad4b75aaed892960e40153f.tar.bz2 volse-hubzilla-8054d7ad6662d3c39ad4b75aaed892960e40153f.zip |
remove logging
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Lib/Activity.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index 780dd26b4..d4d1cd28c 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -1499,7 +1499,6 @@ class Activity { } static function actor_store($url, $person_obj) { - hz_syslog('actor_store: ' . $url); if (!is_array($person_obj)) return; |