diff --git a/main.go b/main.go index 3bd7217..639ad6b 100644 --- a/main.go +++ b/main.go @@ -78,8 +78,6 @@ func commentWorker(ctx context.Context, c *lemmy.WSClient, replyCh chan<- replyJ repliedStore.Close() } - ticker := time.NewTicker(10 * time.Second) - defer ticker.Stop() for { select { case res := <-c.Responses():