summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-09-19 08:41:22 -0400
committerrsiddharth <s@ricketyspace.net>2020-09-19 08:41:22 -0400
commit0f1fc8190fd45ae3a0bb58079fd640b5ac087098 (patch)
treeb31bd47ae6fbb6381da58b39b3fd42f77be00106
parent1b825409a0102c1268c8da9d81a68765e0b38994 (diff)
cedar.go: update processNews
Remove empty Feed.Entry check.
-rw-r--r--cedar.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/cedar.go b/cedar.go
index 1b366be..51159d1 100644
--- a/cedar.go
+++ b/cedar.go
@@ -183,10 +183,6 @@ func processNews() error {
return err
}
- if len(news.Entry) < 1 {
- return nil
- }
-
for i := 0; i < len(news.Entry); i++ {
if news.Entry[i].in(cache) {
continue