revert logging

This commit is contained in:
Mario
2022-02-08 20:13:19 +00:00
parent 4c8b84633a
commit 85ad5355cf

View File

@@ -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);