diff options
Diffstat (limited to 'internal/queue/queue.go')
| -rw-r--r-- | internal/queue/queue.go | 1 |
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 } |
