From adb5db9d971fb425c2949191605071c1389c30f6 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 30 May 2023 22:37:52 +0200 Subject: Forgotten debug line https://github.com/FreshRSS/FreshRSS/pull/5404 --- app/Models/EntryDAO.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app/Models/EntryDAO.php') diff --git a/app/Models/EntryDAO.php b/app/Models/EntryDAO.php index 015d8066c..9ea7bd261 100644 --- a/app/Models/EntryDAO.php +++ b/app/Models/EntryDAO.php @@ -1314,7 +1314,6 @@ SQL; * @return int|false The number of affected entries, or false in case of error */ public function updateLastSeenUnchanged(int $id_feed, int $mtime = 0) { - syslog(LOG_DEBUG, __METHOD__ . ' ' . $mtime); $sql = <<<'SQL' UPDATE `_entry` SET `lastSeen` = :mtime WHERE id_feed = :id_feed1 AND `lastSeen` = ( -- cgit v1.2.3