summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/js/build/app.js b/js/build/app.js
index 5bd667027..3ebe83422 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -732,10 +732,6 @@ app.factory('FeedResource', ["Resource", "$http", "BASE_URL", "$q", function (Re
var self = this;
this.values.forEach(function (feed) {
- // deleted feeds should not add to the unread count
- if (feed.deleted) {
- return;
- }
if (feed.unreadCount) {
self.unreadCount += feed.unreadCount;
}