mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
More logging.
This commit is contained in:
parent
e8fb94af23
commit
90fbf35cda
1 changed files with 2 additions and 2 deletions
|
@ -315,12 +315,12 @@ NEWSBLUR.Views.DashboardRiver = Backbone.View.extend({
|
|||
|
||||
if (NEWSBLUR.assets.view_setting(this.model.get('river_id'), 'order') == 'newest') {
|
||||
if (timestamp < last_timestamp) {
|
||||
// console.log(['New story older than last/oldest dashboard story', timestamp, '<', last_timestamp]);
|
||||
console.log(['New story older than last/oldest dashboard story', timestamp, '<', last_timestamp]);
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
if (timestamp > last_timestamp) {
|
||||
// console.log(['New story older than last/newest dashboard story', timestamp, '<', last_timestamp]);
|
||||
console.log(['New story older than last/newest dashboard story', timestamp, '<', last_timestamp]);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue