summaryrefslogtreecommitdiff
path: root/internal/schedule
diff options
context:
space:
mode:
Diffstat (limited to 'internal/schedule')
-rw-r--r--internal/schedule/schedule.go1
1 files changed, 0 insertions, 1 deletions
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