Browse Source

Forgotten debug line
https://github.com/FreshRSS/FreshRSS/pull/5404

Alexandre Alapetite 2 years ago
parent
commit
adb5db9d97
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Models/EntryDAO.php

+ 0 - 1
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` = (