From a1a76942bbcde21a17e2402116d7201aa0c1473f Mon Sep 17 00:00:00 2001 From: Moto Ishizawa Date: Wed, 16 Jan 2019 22:08:21 +0900 Subject: [PATCH] Remove code for debugging --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index 0bdb462..24d77e7 100644 --- a/main.go +++ b/main.go @@ -110,8 +110,7 @@ func notify(c *Config) error { now := time.Now() since, ok := lastFetchedTime[feedURL] if !ok { - since = time.Date(2018, 12, 24, 0, 0, 0, 0, time.UTC) - //since = now + since = now } body, err := fetch(feedURL)