From a4d86693394ba9b181b5928c1c6e8c31c9bb2b64 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Mon, 30 Jun 2025 17:18:45 -0400 Subject: Implement compiled query execution --- pkg/index/index.go | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/index/index.go') diff --git a/pkg/index/index.go b/pkg/index/index.go index a35b670..d49636f 100644 --- a/pkg/index/index.go +++ b/pkg/index/index.go @@ -366,7 +366,6 @@ func ParseDocs(paths []string, numWorkers uint, opts ParseOpts) map[string]*Docu for path := range jobs { doc, err := ParseDoc(path, opts) if err != nil { - // TODO: propagate error slog.Error("Error occured while parsing file", slog.String("path", path), slog.String("err", err.Error()), ) -- cgit v1.2.3