From 3bdb8976106f6e993b53ba4a20692f0dda621f4f Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 16 May 2023 12:11:11 +0200 Subject: Remove debug line Forgotten from 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 80101ca24..015d8066c 100644 --- a/app/Models/EntryDAO.php +++ b/app/Models/EntryDAO.php @@ -1276,7 +1276,6 @@ SQL; * @return int|false The number of affected entries, or false if error */ public function updateLastSeen(int $id_feed, array $guids, int $mtime = 0) { - syslog(LOG_DEBUG, __METHOD__ . ' ' . count($guids) . ' ' . $mtime); if (count($guids) < 1) { return 0; } elseif (count($guids) > FreshRSS_DatabaseDAO::MAX_VARIABLE_NUMBER) { -- cgit v1.2.3