diff --git a/src/worker/worker.go b/src/worker/worker.go index 86076f8..08f7c82 100644 --- a/src/worker/worker.go +++ b/src/worker/worker.go @@ -48,7 +48,6 @@ func (w *Worker) FindFavicons() { } func (w *Worker) FindFeedFavicon(feed storage.Feed) { - // TODO: give up search attempts if the host is reachable but has no icon icon, err := findFavicon(feed.Link, feed.FeedLink) if err != nil { log.Printf("Failed to find favicon for %s (%s): %s", feed.FeedLink, feed.Link, err)