summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-11-19 11:02:00 +0200
committerPaul Buetow <paul@buetow.org>2024-11-19 11:02:00 +0200
commitd535a1c389f429f58e4c7032ac4b9bcde8c039d9 (patch)
treed198cf86b5afe2fbc7af42fdb0b1262c2f5bc30c /internal
parentc79d8daf1fe0567e82823bbab27f37390679df0b (diff)
more
Diffstat (limited to 'internal')
-rw-r--r--internal/queue/queue.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/queue/queue.go b/internal/queue/queue.go
index 05b11fc..40cc084 100644
--- a/internal/queue/queue.go
+++ b/internal/queue/queue.go
@@ -35,7 +35,6 @@ func queueEntries(args config.Args) error {
}
for filePath := range ch {
- // TODO: TEST THIS MANUALLY!
if filePath, err = extractInlineTags(filePath); err != nil {
return err
}