mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 00:51:28 +00:00
mark currently selected post on headlines update, remove debug msg on content hash change
This commit is contained in:
@@ -214,9 +214,6 @@
|
||||
|
||||
if (UPDATE_POST_ON_CHECKSUM_CHANGE &&
|
||||
$orig_content_hash != $content_hash) {
|
||||
|
||||
print "$orig_content_hash : $content_hash";
|
||||
|
||||
$last_read_qpart = 'last_read = null,';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user