aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Entry.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/Entry.php')
-rw-r--r--app/Models/Entry.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Models/Entry.php b/app/Models/Entry.php
index d90f828bc..2aa99baa9 100644
--- a/app/Models/Entry.php
+++ b/app/Models/Entry.php
@@ -322,7 +322,6 @@ class FreshRSS_Entry extends Minz_Model {
$feed_timeout = empty($attributes['timeout']) ? 0 : intval($attributes['timeout']);
if ($system_conf->simplepie_syslog_enabled) {
- prepareSyslog();
syslog(LOG_INFO, 'FreshRSS GET ' . SimplePie_Misc::url_remove_credentials($url));
}