summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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