Skip to content

Commit a1a7694

Browse files
committed
Remove code for debugging
1 parent f169f4a commit a1a7694

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ func notify(c *Config) error {
110110
now := time.Now()
111111
since, ok := lastFetchedTime[feedURL]
112112
if !ok {
113-
since = time.Date(2018, 12, 24, 0, 0, 0, 0, time.UTC)
114-
//since = now
113+
since = now
115114
}
116115

117116
body, err := fetch(feedURL)

0 commit comments

Comments
 (0)