diff options
-rw-r--r-- | Zotlabs/Lib/Activity.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index 9f08c87b5..e51922c86 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -61,8 +61,6 @@ class Activity { } logger('fetch: ' . $url, LOGGER_DEBUG); - hz_syslog('fetch: ' . $url, LOGGER_DEBUG); - bt_syslog('fetch'); if (strpos($url, 'x-zot:') === 0) { $x = ZotURL::fetch($url, $channel); |