mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Removing log statement.
This commit is contained in:
parent
38b04c5943
commit
54c5796c53
1 changed files with 1 additions and 1 deletions
|
@ -2399,7 +2399,7 @@
|
|||
return score < 0;
|
||||
}, this));
|
||||
|
||||
NEWSBLUR.log(['show_hidden_story_titles', hidden_stories_at_threshold, hidden_stories_below_threshold, unread_view_name]);
|
||||
// NEWSBLUR.log(['show_hidden_story_titles', hidden_stories_at_threshold, hidden_stories_below_threshold, unread_view_name]);
|
||||
|
||||
// First click, open neutral. Second click, open negative.
|
||||
if (unread_view_name == 'positive' && hidden_stories_at_threshold && hidden_stories_below_threshold) {
|
||||
|
|
Loading…
Add table
Reference in a new issue