From 0f1fc8190fd45ae3a0bb58079fd640b5ac087098 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 19 Sep 2020 08:41:22 -0400 Subject: cedar.go: update processNews Remove empty Feed.Entry check. --- cedar.go | 4 ---- 1 file changed, 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 -- cgit v1.2.3