Skip to content

Commit

Permalink
Remove code for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
summerwind committed Jan 16, 2019
1 parent f169f4a commit a1a7694
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a1a7694

Please sign in to comment.