Explorar o código

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

Alexandre Alapetite %!s(int64=3) %!d(string=hai) anos
pai
achega
adb5db9d97
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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` = (