diff options
| author | 2023-05-30 22:37:52 +0200 | |
|---|---|---|
| committer | 2023-05-30 22:37:52 +0200 | |
| commit | adb5db9d971fb425c2949191605071c1389c30f6 (patch) | |
| tree | 7c811d79b4259d8acab728a80251d2197178d3d1 /app/Models/EntryDAO.php | |
| parent | 8f0a121e6a85a18464196b40969c9151e2b0bf0e (diff) | |
Forgotten debug line
https://github.com/FreshRSS/FreshRSS/pull/5404
Diffstat (limited to 'app/Models/EntryDAO.php')
| -rw-r--r-- | app/Models/EntryDAO.php | 1 |
1 files changed, 0 insertions, 1 deletions
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` = ( |
