Removed obsolete comment.

This commit is contained in:
Martin Dosch 2018-07-15 11:31:30 +02:00
parent e01514d23f
commit 4d37b98220

View file

@ -69,7 +69,6 @@ func getArticles(feedURL string, max int) (string, error) {
// Create a hash as identifier for the feed.
// The identifier will be used as filename for caching the update time.
// ToDo: cachePath should probably be moved to ~/.cache/feed-to-muc
h := fnv.New32a()
h.Write([]byte(feedURL))
if _, err := os.Stat(cachePath); os.IsNotExist(err) {