From db4b435716f150ce0e92f4e5d6e2b01e67d07086 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 27 Oct 2024 22:00:31 +0200 Subject: initial refactor --- internal/schedule/schedule.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/schedule') diff --git a/internal/schedule/schedule.go b/internal/schedule/schedule.go index 5ac2732..473ddc8 100644 --- a/internal/schedule/schedule.go +++ b/internal/schedule/schedule.go @@ -28,7 +28,6 @@ func Run(args config.Args, platform string) (entry.Entry, error) { log.Println("For", platform, "stats:", stats) // Schedule random queued entry with "now" tag, ignoring the target hit stats. - // TODO: Document .now. tag ent, err := selectRandomEntry(dir, "now") if err != nil && !errors.Is(err, oi.ErrNotFound) { // Unknown error -- cgit v1.2.3